Re: [R] Dense time series

2015-12-07 Thread John Kane
da > -Original Message- > From: rhel...@gmail.com > Sent: Sun, 6 Dec 2015 19:49:55 -0500 > To: wdun...@tibco.com > Subject: Re: [R] Dense time series > > Hello, > > Thank you for the reply. > > I ran the code with your added code. The code itself works howe

Re: [R] Dense time series

2015-12-06 Thread William Dunlap
I cannot see either your data or your picture. Does the following dataset along with your ggplot command give a similar picture? TS <- data.frame(Well=paste0("Well",rep(1:21,each=3)), LOCATION=paste0("Loc",rep(LETTERS[1:7],each=9)), Date=as.POSIXct(paste(sep="-", 2015, 10, rep(c(11,18,25),21))),

Re: [R] Dense time series

2015-12-06 Thread DJ L
Hello, Thank you for the reply. I ran the code with your added code. The code itself works however I am unable to see how the graphs actually plot because the plot area is so small and it produces lots of separate graphs. What I mean by dense is that some lines plot well, then there is a group

[R] Dense time series

2015-12-06 Thread DJ L
Hello R users! Any idea why this looks so dense? Should be line graphs. Looks fine in excel. The csv file is four columns, first date, second well number, 3 well location (ditch or interior), and then the last column is hydraulic head. Thank you! I have attached a photo and the R code I am