plot.MatData {LifeHist} | R Documentation |
Exploratory Analisys of a Logistic Model on a Graphical Display
Description
A one panel plot with data on proportion of sexual maturity and a line built with initial parameter values or with maximum likelihood estimates
Usage
## S3 method for class 'MatData'
plot(x, pred.50, pred.95, top.text, ...)
Arguments
x |
An object of class MatData. |
pred.50 |
Numeric, the predictor value at 0.5 proportion mature. |
pred.95 |
Numeric, the predictor value at 0.95 proportion mature. |
top.text |
Character, to be used as main for plot. |
... |
Pass additional parameters to plot(). |
Value
A plot of data and model
Author(s)
Ruben H. Roa-Ureta
Examples
data(BlackAngler.lenmatdat)
BA.matlen <- MatCount(matdat=BlackAngler.lenmatdat,
fem.key=2,
mal.key=1,
stage.key=2,
season.key=c(5,7))
plot(BA.matlen[[2]],pred.50=35,pred.95=55,top.text="Males Rep Season")
[Package LifeHist version 1.0-1 Index]