plot.gnomos {gnomonicM} | R Documentation |
Plot method for gnomos class
Description
Plot method for gnomos class
Usage
## S3 method for class 'gnomos'
plot(
x,
xlab = "Gnomonic intervals",
ylab = NULL,
bg = "lightgrey",
cex = 1.75,
pch = 21,
dayUnits = TRUE,
...
)
Arguments
x |
an object class 'gnomos'. |
xlab |
a title for the x axis. |
ylab |
a title for the y axis. |
bg |
a background color for the points. |
cex |
character expansion in the regression. |
pch |
the character indicating the type of plotting. |
dayUnits |
TRUE by default, to show the M values in 1/day unit. FALSE to show the M values in 1/year units. |
... |
Additional arguments to the plot method. |
Examples
model <- gnomonic(nInterval = 7, eggDuration = 2, addInfo = NULL,
longevity = 365, fecundity = 200000, a_init = 2)
plot(model)
[Package gnomonicM version 1.0.1 Index]