plot_during_loading: Create plots during the loading phase, and return a list of...

View source: R/plot-during-loading.R

plot_during_loadingR Documentation

Create plots during the loading phase, and return a list of them to be attached to the model object for saving in a model RDS file

Description

Create plots during the loading phase, and return a list of them to be attached to the model object for saving in a model RDS file

Usage

plot_during_loading(model)

Arguments

model

A model, created by create_rds_file()

Details

Uses the probs vector which is included in the package data for this package Primarily used for plots that directly access the mcmc output because that is not included in the model object to reduce model object size

Value

A list of ggplot2::ggplot() objects


pacific-hake/hake-assessment documentation built on Nov. 8, 2024, 1:16 p.m.