View source: R/plot_range_index.R
plot_range_index | R Documentation |
plot_range_index
plots center-of-gravity, kernel-area occupied, and effective-area occupied
plot_range_index(
Sdreport,
Report,
TmbData,
year_labels = NULL,
years_to_plot = NULL,
strata_names = NULL,
PlotDir = getwd(),
FileName_COG = "center_of_gravity.png",
FileName_EffArea = "Effective_Area.png",
Znames = rep("", ncol(TmbData$Z_gm)),
use_biascorr = TRUE,
category_names = NULL,
interval_width = 1,
...
)
Sdreport |
TMB output from 'TMB::sdreport(Obj)' |
Report |
Reporting output from 'Obj$report()' |
TmbData |
Formatted data inputs, from 'VAST::Data_Fn(...)' |
year_labels |
character vector specifying names for labeling times |
years_to_plot |
integer vector, specifying positions of |
strata_names |
names for spatial strata |
PlotDir |
Directory for plots |
FileName_COG |
Full filename (including directory) for center-of-gravity plot |
FileName_EffArea |
Full filename (including directory) for center-of-gravity plot |
Znames |
Names for center-of-gravity summary statistics |
use_biascorr |
Boolean, whether to use bias-corrected estimates if available |
category_names |
names for categories (if using package |
interval_width |
width for confidence intervals |
... |
Other inputs to 'par()' |
FileName_Area |
Full filename (including directory) for center-of-gravity plot |
Return Tagged list of output
table of center-of-gravity ("COG") estimates by year
table of kernel-area approximation to area occupied, estimated by year
table of effective-area approximation to area occupied, estimated by year, recommended over KernelArea_Table
For details regarding center of gravity see https://doi.org/10.1111/2041-210X.12567
For details regarding effective area occupied see https://doi.org/10.1098/rspb.2016.1853
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.