Re: [R] Help needed to format data for boxplot time-series

2016-06-01 Thread Thomas Adams
Petr and David, Thank you so much! Both approaches do precisely what I need. I knew there had to be a very simple way to do this, but I am still very much a novice and struggle with data management at times. Also, thank you for the suggestion to use dput(yourdata) or dput(yourdata[1:20,]) -- I kne

Re: [R] Help needed to format data for boxplot time-series

2016-06-01 Thread PIKAL Petr
Hi It is preferable to use output of dput(yourdata) or dput(yourdata[1:20,]) so that we can use your data. From your description maybe boxplot(split(yourdata$value, yourdata$valid_time)) can give you what you want. Regards Petr > -Original Message- > From: R-help [mailto:r-help-boun