Hi All : I am attempting tomove a large amount of code from Splus to R and I was hoping that there was an equivalent in R of the Splus functions timeSeq and timeDate ? I did an RSiteSearch but nothing came up ? If the equivalent functions are part of some package, that's fine. Thanks a lot. Mark
I think the 'fCalendar' package might be of help. -roger markleeds at verizon.net wrote:> Hi All : I am attempting tomove a large amount of code from Splus to R and I was hoping that there was an equivalent in R of the Splus functions timeSeq and timeDate ? > > I did an RSiteSearch but nothing came up ? > If the equivalent functions are part of some package, that's fine. > Thanks a lot. > > Mark > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >-- Roger D. Peng | http://www.biostat.jhsph.edu/~rpeng/
If you look at the help for seq() in R (?seq), you will find a reference to seq.POSIXt() -Don At 4:40 PM -0500 5/31/06, <markleeds at verizon.net> wrote:>Hi All : I am attempting tomove a large amount of code from Splus to >R and I was hoping that there was an equivalent in R of the Splus >functions timeSeq and timeDate ? > >I did an RSiteSearch but nothing came up ? >If the equivalent functions are part of some package, that's fine. >Thanks a lot. > > Mark > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html-- --------------------------------- Don MacQueen Lawrence Livermore National Laboratory Livermore, CA, USA