plot_maps | R Documentation |
plot_maps
plots a standard set of diagnostic maps
plot_maps(
plot_set = 3,
fit,
PlotDF,
projargs = "+proj=longlat",
Panel = "Category",
year_labels = NULL,
years_to_plot = NULL,
category_names = NULL,
quiet = FALSE,
working_dir = getwd(),
MapSizeRatio = NULL,
n_cells,
plot_value = "estimate",
n_samples = 100,
country = NULL,
sample_fixed = TRUE,
Report = fit$Report,
TmbData = fit$data_list,
Obj = fit$tmb_list$Obj,
extrapolation_list = fit$extrapolation_list,
Sdreport = fit$parameter_estimates$SD,
Map = fit$tmb_list$Map,
zlim = NULL,
...
)
plot_set |
integer-vector defining plots to create
|
projargs |
Character passed to |
Panel |
Whether to plot years for a given category ( |
year_labels |
character vector specifying names for labeling times |
years_to_plot |
integer vector, specifying positions of |
category_names |
character vector specifying names for labeling categories |
MapSizeRatio |
Default size for each panel |
n_cells |
Integer used to determine the argument |
plot_value |
either |
n_samples |
number of samples from the joint predictive distribution for fixed and random effects. Default is 100, which is slow. |
country |
optional list of countries to display, e.g. |
sample_fixed |
whether to sample fixed and random effects, |
Report |
tagged list of outputs from TMB model via |
Obj |
Fitted TMB object from package 'VAST', i.e., output from ' |
Sdreport |
Standard deviation outputs from TMB model via |
zlim |
two numeric values, specifying range for defining bounds of color scale.
If |
... |
arguments passed to |
Mat_xt
a matrix (rows: modeled knots; column: modeled year) for plotted output of last element of plot_set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.