Autoplot a daily meteorological series.
autoplot.dailyMet.Rd
Autoplot a daily meteorological series, usually covering a very long period of time such as several dozens of years.
Usage
# S3 method for dailyMet
autoplot(
object,
group = c("decade", "year", "yearW", "none"),
subset = NULL,
...
)
Arguments
- object
The object to be (gg)-ploted.
- group
A character giving the grouping variable.
- subset
A
subset
method of the"data.frame"
class.- ...
Further arguments to be passed to
subset
.