plot.community: plot.community

Description Usage Arguments Note Author(s) See Also Examples

View source: R/graphics.R

Description

plot one given community and its capacity line.

Usage

1
2
3
## S3 method for class 'community'
plot(x, ..., capacity_line = TRUE,
  capacity_lty = 3, text_print = TRUE, add = FALSE)

Arguments

x

a community object

...

every argument for the plot function such as graphical parameters for lines. Classical graphical parameter applies on the population curve, NOT on the capacity line (custom parameter need to be given, as exemple capacity_lty).

  • type for the size line, set to 'b' by default.

  • xlab set to 'Time' by default, see title.

  • ylab set to 'Size' by default, see title.

  • main set to use the pop label by default, see title.

capacity_line

set to TRUE by default, if a dashed line must be drawned to show the capacity.

capacity_lty

set to 3 by default.

text_print

set to TRUE by default, whether there is a text on the capacipty line or not (writting population 'K label' by default).

add

set to FALSE by default, to add another population plot on a precedent one.

Note

For capacity_line, capacity_lty, type, text_print and text_x parameters, values can be a single value or a vector of value. If the vector length is inferior to the population number in the community, the value or the vector will be copy.

Author(s)

Jaunatre Maxime <maxime.jaunatre@etu.univ-grenoble-alpes.fr>

See Also

Examples

1
2

BEE-Univ-Grenoble/BeePODYNA documentation built on Dec. 25, 2019, 4:49 a.m.