plot.cfDataList {clifro} | R Documentation |
Default Clifro Plotting
Description
Plot clifro data based on the datatype.
Usage
## S4 method for signature 'cfDataList,numeric'
plot(x, y, ...)
## S4 method for signature 'cfDataList,missing'
plot(x, y, ...)
## S4 method for signature 'cfOther,missing'
plot(x, y)
Arguments
x |
a | |||||||||||||||||||
y |
missing for | |||||||||||||||||||
... |
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 The following table links the datatypes to the corresponding plot methods:
|
See Also
cf_query
to retrieve the CliFlo data and create
cfData
objects.
Refer to theme
for more possible arguments to pass
to these methods.