com_plot: com_plot

Description Usage Arguments Note Author(s) See Also Examples

View source: R/graphics.R

Description

plot a given community of length = 2 with 2 dimmensionnal place.

Usage

1
2
3
com_plot(x, ..., xpop = 1, ypop = 2, capacity_line = c(TRUE, TRUE),
  capacity_lty = c(3, 3), text_print = c(TRUE, TRUE), first_p = 1,
  white = 0.8, add = FALSE)

Arguments

x

a community object

...

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

  • 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.

xpop

the population for the x axise

ypop

the population for the y axise

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).

first_p

the first point in the time serie to be drawn. All points are drawn by default.

white

the percentage of white for the beginning of the color scale. 0.8 by default.

add

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

Note

For capacity_line, capacity_lty and text_print 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.