Displaying 1 result from an estimated 1 matches for "yrmoda".
Did you mean:
armada
2005 Jan 26
1
Converting yr mo da to dates
I'm using R 2.0.1 in windows XP (and am not currently subscribed to this
mailing list).
I have a USGS dataset, a text file with fixed width fields, that includes
dates as 6-digit integers in the form yrmoda. I could either read them that
way, or with yr, mo, and da as separate integers. In either case, I'd like
to convert them to a form will allow plotting other "y" variables against
the dates (with correct spacing) on the horizontal axis.
I've looked in all the manuals, but di...