plot-WeatherObject-method: S4 Method for generic "plot()", WeatherObject

Description Usage Arguments Examples

Description

Plots an overview of WeatherObjects

Usage

1
2
## S4 method for signature 'WeatherObject'
plot(x, var = NULL)

Arguments

x

WeatherObject S4 object

var

Character vector of variable names that will be plotted.

Examples

1
2
3
w <- randomWeatherLong
plot(w)
plot(w, var = c('TEMP', 'RAIN'))

lucabutikofer/WofostR documentation built on Aug. 9, 2021, 2:24 p.m.