plotEsts: Plot LBSPR model estimates

View source: R/plotEsts.r

plotEstsR Documentation

Plot LBSPR model estimates

Description

A function that plots the estimates of the LBSPR with a smoother line

Usage

plotEsts(
  LB_obj = NULL,
  pars = c("Sel", "FM", "SPR"),
  Lwd = 2.5,
  ptCex = 1.25,
  axCex = 1.45,
  labCex = 1.55,
  doSmooth = TRUE,
  incL50 = FALSE,
  CIcol = "darkgray",
  L50col = "gray"
)

Arguments

LB_obj

an object of class 'LB_obj' that contains the life history and fishing information

pars

a character vectors specifying which plots to create

Lwd

line width

ptCex

size of plotted points

axCex

size of the axis

labCex

size of axis label

doSmooth

apply the smoother?

incL50

include L50 line?

CIcol

colour of the confidence interval bars

L50col

colour of L50 line (if included)

Author(s)

A. Hordyk


AdrianHordyk/LBSPR documentation built on July 21, 2023, 6:27 p.m.