Displaying 1 result from an estimated 1 matches for "numofmonths".
2006 Sep 14
1
working with strptime data
...as.POSIXct(strptime(TheTime, format="%m/%d/%Y %H:%M"))
And create a plot as such:
plot(MyTime,MyData)
----------------------------------------------------------
And here is a specific question:
How do I calculate the number of months than are spanned between two
POSIXct values?
(i.e. NumOfMonths <- MonthFunction(range(MyTimeStampData))
Thanks-in-advance,
- rich