Displaying 1 result from an estimated 1 matches for "onedat".
Did you mean:
donedat
1999 Apr 28
0
chron and julian
Another beginner's question. Still trying trying to read and and plot a simple
tds-value vs time.
input file: onedat
date time tds
1997-12-29 13:35:00 411
> onedat<-read.table("onedat",header=T)
attach(onedat)
> x<-chron(dates=as.vector(date),times=as.vector(time),
format=c("y-md","h:m:s"))
> x
[1] (97-12-29 13:35:00)
See my problem? Chron has thrown the 1900 bit...