plot.darksky: Plot method for darksky objects

Description Usage Arguments Value Note

View source: R/ds-plot.r

Description

Uses ggplot2 & grid.arrange to produce graphs for darksky objects

Usage

1
2
## S3 method for class 'darksky'
plot(x, ..., readings = c("hourly", "minutely", "daily"))

Arguments

x

a darksky x

...

ignored

readings

specify which readings to plot. will plot all available by default

Value

frame grob

Note

only forecast/readings components of x that have more than one observation will be plotted


hrbrmstr/darksky documentation built on May 24, 2021, 4:08 p.m.