plot.MatData: Exploratory Analisys of a Logistic Model on a Graphical...

Description Usage Arguments Value Author(s) Examples

View source: R/plot.MatData.R

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

1
2
## 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

1
2
3
4
5
6
7
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")

LifeHist documentation built on May 2, 2019, 5:42 a.m.