This is the same as plot(loo1) except it uses colour for data groups
and point shape for data types.
Usage
plot_loo(
x,
include = NULL,
exclude = NULL,
data = NULL,
fishery_labels = c("LL1", "LL2", "LL3", "LL4", "Indonesia", "Australia", "CPUE")
)Arguments
- x
A
psis_looobject returned byget_looorloo::loo.- include
Optional
charactervector of variable names to include (for example,"pop"). It cannot be supplied withexclude.- exclude
A
charactervector of variable names to exclude from the plot (e.g., c("aerial", "af", "lf", "cpue")). Default isNULL(no exclusions).- data
Optional model data list. If supplied and it contains
af_fisheryand/orlf_fishery, AF and LF points are labelled by fishery. Composition points with zero input effective sample size are dropped from the plot.- fishery_labels
Character vector of fishery labels used when
datasupplies numeric fishery indices.
