plot.gnomos: Plot method for gnomos class

Description Usage Arguments Examples

View source: R/gnomonic-main.R

Description

Plot method for gnomos class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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

1
2
3
4
model <- gnomonic(nInterval = 7, eggDuration = 2, addInfo = NULL,
longevity = 365, fecundity = 200000, a_init = 2)

plot(model)

gnomonicM documentation built on Feb. 17, 2021, 1:09 a.m.