Sorry everybody. Permutation not selection is the key thing here. My
fault.
What date time formats are suggested?
kindest regards,
Stephen
On 05/01/2013 01:21 PM, Enrico Schumann wrote:
On Wed, 01 May 2013, stephen sefick <sas0...@auburn.edu> writes:
Thanks for the quick replies. I have this working with a similar
suggestion to what arun suggests. I am just interested in why the option
to use just h:m isn't supported.
#re: Jeff
chron(dates.="2009/05/01", times.="15:00:00", format=c(dates=c("y/m/d"),
times="h:m:s"))
chron(dates.="2009/05/01", times.="15:00", format=c(dates=c("y/m/d"),
times="h:m"))
same outcome.
Does updating to R 3.0.0 solve the problem?
I doubt it: (h, m) is not a _permutation_ of {h, m, s}.
Enrico
Thanks for all of the help.
Stephen
--
Stephen Sefick
**************************************************
Auburn University
Biological Sciences
331 Funchess Hall
Auburn, Alabama
36849
**************************************************
sas0...@auburn.edu
http://www.auburn.edu/~sas0025
**************************************************
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make
us feel like gods. We are mammals, and have not exhausted the annoying
little problems of being mammals.
-K. Mullis
"A big computer, a complex algorithm and a long time does not equal
science."
-Robert Gentleman
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.