Learn R Programming

cholera (version 0.7.5)

plot.oxfordWeather: Plot method for oxfordWeather().

Description

Plot method for oxfordWeather().

Usage

# S3 method for oxfordWeather
plot(x, statistic = "temperature", ...)

Arguments

x

object.

statistic

Character.

...

Additional plotting parameters.

Value

A base R plot.

Examples

Run this code
# NOT RUN {
plot(oxfordWeather())
plot(oxfordWeather(), "rain")
# }

Run the code above in your browser using DataLab