[R] Changing character into date solved

Erin Hodgess erinm.hodgess at gmail.com
Sun Aug 12 07:42:48 CEST 2012


Here it is:

 zz <- strptime(zip.df$Time,"%Y-%m-%d %H:%M:%S")
> plot(zz,zip.df$TempC,type="l")
>

Woo Hoo!

Thanks though!
Sincerely,
Erin


-- 
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com



More information about the R-help mailing list