plot | R Documentation |
This function acts as a wrapper around
plot_spatial_or_ST
. It plots the fields of the
Spatial*DataFrame
or STFDF
object corresponding to
prediction and prediction uncertainty quantification. It also uses the
@data
slot of SRE
object to plot the training data set(s),
and generates informative, latex-style legend labels for each of the plots.
plot(x, y, ...)
## S4 method for signature 'SRE,list'
plot(x, y, ...)
## S4 method for signature 'SRE,STFDF'
plot(x, y, ...)
## S4 method for signature 'SRE,SpatialPointsDataFrame'
plot(x, y, ...)
## S4 method for signature 'SRE,SpatialPixelsDataFrame'
plot(x, y, ...)
## S4 method for signature 'SRE,SpatialPolygonsDataFrame'
plot(x, y, ...)
x |
object of class |
y |
the |
... |
optional arguments passed on to |
A list of ggplot
objects consisting of the observed data, predictions, and standard errors. This list can then be supplied to, for example, ggpubr::ggarrange()
.
## See example in the help file for SRE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.