ggplot.timeseries {DescribeDisplay} | R Documentation |
Create nice plots for a time series Create nice looking plots complete with axes using ggplot. Produces graphics with a uniform x axis.
ggplot.timeseries(data, edges=FALSE, ...)
data |
to display |
edges |
Boolean operator to tell whether to try to force the edges or not. Will not work to remove the edges. |
... |
(currently) unused arguments |
Barret Schloerke bigbear@iastate.edu
print(ggplot(dd_example("pigs"))) print(ggplot(dd_example("pigs"),edges=TRUE))