Re: [R] Time series plot with Date/Time showing on x-axis

2016-03-16 Thread Jim Lemon
Hi Kwabena, Try this: kfa.df<-read.table(text="Date/Time,PR,SW,TP,SM,SHF,CO2 28.11.2011 17:39:49,978.4,13.15,30.5,20,NA,NA 28.11.2011 17:50:00,978.5,13.11,30.4,20,NA,NA 28.11.2011 18:00:00,978.8,13.14,30.3,20,NA,NA 28.11.2011 18:10:00,979,13.07,30.1,20,NA,NA 28.11.2011 18:20:00,979.2,13.1,30,20,NA

Re: [R] Time series plot with Date/Time showing on x-axis

2016-03-15 Thread PIKAL Petr
Behalf Of Kwabena > Fosu-Amankwah > Sent: Wednesday, March 16, 2016 4:28 AM > To: r-help@r-project.org > Subject: [R] Time series plot with Date/Time showing on x-axis > > I would be very grateful if someone can help me with the code or script > on how to plot a time series plot

[R] Time series plot with Date/Time showing on x-axis

2016-03-15 Thread Kwabena Fosu-Amankwah
I would be very grateful if someone can help me with the code or script on how to plot a time series plot with Date/Time showing on x-axis for the set of data below: Date/Time PR SW TP SM SHF CO2 28.11.2011 17:39:49 978.4 13.15 30.5 20 NA NA 28.11.2011 17:50:00 978.5 13.11 30.4 20 NA NA 28.11