plotRecruitment: Method for plotting the Recruitment Function of a RCurve...

plotRecruitmentR Documentation

Method for plotting the Recruitment Function of a RCurve object

Description

This plots an RCurve Recruitment Function

Usage

plotRecruitment(theObject, ...)

Arguments

theObject

The name of the RCurve Object

...

Pass-through arguments

Examples

plotRecruitment(LinearR(12,100,100))
plotRecruitment(LinearR(12,100,100),xlab="Test x label",maxT=60)
plotRecruitment(LinearR(20,90,90),overlay=TRUE,col=2,lty=2)

gestate documentation built on April 26, 2023, 5:10 p.m.