justplot: Show one type of plot for all species

Description Usage Arguments Value Examples

View source: R/MICE_results.R

Description

Show one type of plot for all species

Usage

1
justplot(res, plotname)

Arguments

res

Results object

plotname

The name of a plot type (e.g., "B1P" or "R")

Value

Returns a list of plots (also displays them by default in RStudio)

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
  justplot(res,"R") #plots the "R" (recruitment) plots for each species
  #To find plotnames, look at the plotnames for the species you're interested
  in, for example;
  names(res$Anchovy$plots)
  #or, to see what a particular plot looks like:
  res$Anchovy$plots$R

## End(Not run)

jcpayne/mice-models documentation built on May 18, 2019, 10:25 p.m.