plotEsts {LBSPR} | R 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 |
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
[Package LBSPR version 0.1.6 Index]