Plot minimum and maximum temperature data for a given period (degrees celsius) through time, for each chosen CliFlo station.
# S4 method for cfTemp,missing plot( x, y, ggtheme = c("grey", "gray", "bw", "linedraw", "light", "minimal", "classic"), scales = c("fixed", "free_x", "free_y", "free"), n_col = 1, ... )
x | a cfTemp object. |
---|---|
y | missing. |
ggtheme | character string (partially) matching the
|
scales | character string partially matching the |
n_col | the number of columns of plots (default 1). |
... | further arguments passed to |
This plotting method shows the temperature extremes as a grey region on the plot, with a black line indicating the average temperature (if available).
plot,cfDataList,missing-method
for general
information on default plotting of cfData
and cfDataList
objects, and the links within. See cf_query
for creating
cfTemp
objects.
Refer to theme
for more possible arguments to pass
to these methods.