Displaying 1 result from an estimated 1 matches for "n5dt".
2013 Jul 04
6
ggplot2
Hello Folks,
I have a database of 2000+ days with 35 observations each. I am trying to
modeling a time series by day, but it seems a problem that I don<t have the
time of the observation. I achieve something interesting by using the
barplot function, but I`d rather working with ggplot2, since I have the book
by Hadley Wickham in hands.
I start by transforming my data into a dataframe, but