plot_encounter_diagnostic | R Documentation |
plot_encounter_diagnostic
is a diagnostic function for checking validity of the encounter-probability component of a spatio-temporal model
plot_encounter_diagnostic(
Report,
Data_Geostat,
cutpoints_z = seq(0, 1, length = 21),
interval_width = 1.96,
DirName = paste0(getwd(), "/"),
PlotName = "Diag--Encounter_prob.png",
...
)
Report |
tagged list of outputs from TMB model via |
interval_width |
width for confidence intervals |
DirName |
Directory for saving plot and table |
PlotName |
Name for plot |
... |
arguments passed to |
Return Tagged list of output
Diagnostic output for each sample i
Diagnostic output for each bin z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.