plot.darksky {darksky}R Documentation

Plot method for darksky objects

Description

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

Usage

## 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


[Package darksky version 1.3.0 Index]