Plot clifro data based on the datatype.
Arguments
- x
a
cfData
orcfDataList
object.- y
missing for
cfData
objects, or a number representing the dataframe to plot ifx
is acfDataList
object.- ...
arguments passed onto the different plotting methods.
These methods are intended to simplify the data visualisation and exploration of CliFlo data. The type of plot is determined by the type of the data output from a clifro query. All of these methods plot individual plots for each CliFlo station (if there is more than one in the query). If
x
is acfDataList
, by default the first datatype will be plotted unlessy
is supplied.The following table links the datatypes to the corresponding plot methods:
Datatype Method Wind plot.cfWind
for windrose, wind speed and direction contour plotsRain plot.cfRain
for plotting rainfall (mm) through timeScreen Obs plot.cfScreenObs
for time series plots of air, wet bulb, and dew-point temperature plotsMax/Min Temp plot.cfTemp
for maximum, minimum and average temperature time series plotsEarth Temp plot.cfEarthTemp
for earth temperature time series plotsSunshine plot.cfSunshine
for accumulated, hourly or daily sunshine, time series plotsPressure plot.cfPressure
for mean sea level atmospheric pressure time series plotsOther data No default plot methods