plotRecruitment {gestate} | R 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)
[Package gestate version 1.6.0 Index]