View source: R/ecospat.nichedynamic.R
ecospat.plot.niche.dyn | R Documentation |
Plot niche categories of niche dynamics between two species densities created by ecospat.grid.clim.dyn
.
ecospat.plot.niche.dyn(z1, z2, intersection = 0, title = "", name.axis1 =
"Axis 1", name.axis2 = "Axis 2", interest = 1, col.abn
= "lightgreen", col.unf = "green", col.exp = "red",
col.stab = "blue", col.pio = "pink", col.NA = "grey",
colZ1 = "green3", colZ2 = "red3", transparency = 70,...)
z1 |
A gridclim object for the native distribution. |
z2 |
A gridclim object for the invaded range. |
intersection |
The quantile of the environmental density used to delimit marginal climates.
If |
title |
The title of the plot. |
name.axis1 |
A label for the first axis. |
name.axis2 |
A label for the second axis |
interest |
Choose which density to plot: if |
col.abn |
The color used to depict the abandonment niche. |
col.unf |
The color used to depict the unfilling niche. |
col.exp |
The color used to depict the expansion niche. |
col.stab |
The color used to depict the stability niche. |
col.pio |
The color used to depict the pioneering niche. |
col.NA |
The color used to depict the environments outside of both niches. |
colZ1 |
The color used to delimit the native extent. |
colZ2 |
The color used to delimit the invaded extent. |
transparency |
A value between 0 and 100 to set the transparency level of the niche categories |
... |
Other graphical parameters. |
Using the default colors, the plot will show the niche stability in blue, niche expansion in red, and niche unfilling in green.
The solid contour line indicates the extent of environmental conditions that exists in the native and invaded ranges;
the dotted contour line indicates the quantile indicated by the quant
argument.
The densities of occurrences are displayed using gray shading. This shading shows occurences in the native or
invaded range only, as determined by the value of the interest
argument.
Blaise Petitpierre bpetitpierre@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.