plotCurves: Plot the Relative Yield, YPR, SPR, SSB, and Recruitment...

Description Usage Arguments Value Author(s)

View source: R/plotCurves.r

Description

A function that plots the Relative Yield, YPR, SPR, SSB, and Recruitment curves

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plotCurves(
  LB_obj,
  X = c("FM", "SSB", "SPR"),
  Y = c("SPR", "SSB", "Yield"),
  size.axtex = 12,
  size.title = 14,
  size.leg = 12,
  size.pt = 4,
  inc.pts = TRUE
)

Arguments

LB_obj

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

X

a character value indicating what to plot on the x-axis: F/M ("FM") or SSB ("SSB")

Y

a character value indicating what to plot on the y-axis: SPR, SSB, Yield, YPR or Rec(multiple okay)

size.axtex

size of the axis text

size.title

size of axis title

size.leg

size of legend text

size.pt

size of the points on the plots

inc.pts

Include points on the plots?

Value

a ggplot object

Author(s)

A. Hordyk


LBSPR documentation built on Oct. 6, 2021, 5:16 p.m.