[Rd] rep.int (PR#5818)

youngg at battelle.org youngg at battelle.org
Mon Dec 15 17:35:26 MET 2003


Full_Name: Greg Young
Version: 1.8.1
OS: windows XP
Submission from: (NULL) (131.167.73.2)


There seems to be a bug in rep.POSIXct where the "times" parameter is required. 
The length.out option does not seem to be present.  See the following
example...


q<-c("2003-12-15 10:42:30 Eastern Standard Time","2003-12-15 10:45:30 Eastern
Standard Time")
z<-as.POSIXct(q)
rep(z,length.out=4)


Thanks,
Greg



More information about the R-devel mailing list