powered by
Plot method for gnomos class
# S3 method for gnomos plot( x, xlab = "Gnomonic intervals", ylab = NULL, bg = "lightgrey", cex = 1.75, pch = 21, dayUnits = TRUE, ... )
an object class 'gnomos'.
a title for the x axis.
a title for the y axis.
a background color for the points.
character expansion in the regression.
the character indicating the type of plotting.
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.
# NOT RUN { model <- gnomonic(nInterval = 7, eggDuration = 2, addInfo = NULL, longevity = 365, fecundity = 200000, a_init = 2) plot(model) # }
Run the code above in your browser using DataLab