plot | R Documentation |
spatPomp
objectsVisualize data in a spatPomp
object or a derived class.
This gives a quick view; the data can be extracted from
the object to make a customized plot.
## S4 method for signature 'spatPomp'
plot(x, type = c("l", "h"), log = FALSE, plot_unit_names = TRUE, ...)
## S4 method for signature 'igirfd_spatPomp'
plot(x, params = names(coef(x)), ncol = 3)
x |
a |
type |
for visualizing an object of class |
log |
should the data be transformed to |
plot_unit_names |
allows suppression of unit names when making a heat map for a large number of units |
... |
for visualizing an object of class |
params |
allows selection of a subset of parameters when making a diagnostic plot for a model with many parameters |
ncol |
the number of columns in the grid plot |
a ggplot
plot of class ‘gg’ and ‘ggplot’.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.