I like the looks of what you are doing here. However, this from my system: > library(chron) Error in library(chron) : there is no package called �chron�
How can I get chron? Also, IU�s tech support told me yesterday that if I responded to a message that came as plain text, my response would go out as plain text. Is that true for this response, or is it in HTML? From: Rui Barradas <ruipbarra...@sapo.pt> Date: Tuesday, September 20, 2022 at 4:52 AM To: Jim Lemon <drjimle...@gmail.com>, Parkhurst, David <parkh...@indiana.edu>, r-help mailing list <r-help@r-project.org> Subject: Re: [R] Need help plotting Hello, Now with data, here are base R and ggplot2 plots. b <- read.table(text= "Dtime DNO2 DVOC Dpm10 Dpm2.5 Dpm1 Mtime MNO2 MVOC Mpm10 Mpm2.5 Mpm1 18:00 28 164 81.34773 24.695435 14 18:00 19 151 3.000000 2 1 18:01 27 163 74.44034 23.751198 14 18:01 20 148 3.000000 2 1 18:02 30 160 72.21975 22.463129 13 18:02 19 150 3.000000 2 1", header=TRUE,stringsAsFactors=FALSE) # This base R plot needs package chron library(chron) [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.