Description Usage Arguments Author(s) References See Also Examples
This function can be used to plot predicted niche occupancy profiles (PNOs). PNOs can be obtained in a geographical information system by summing the cumulative probabilies of each climatical value for a species distribution model (SDM).
1 2 |
x |
A data frame or matrix with columns corresponding to species and rows corresponding to values along an environmental gradient. The first columns contains the environmental variable, the remaining colums probabilities of suitability. |
subset |
A vector of mode |
thinning |
An integer that can be used to thin fuzzy PNOs prior to plotting; defaults to |
xlab |
A character string given the label for the x-axis. |
tail_threshold |
A numeric that can be used cut long tails of PNOs; defaults to |
wm |
A logical indicating if weighted mean should added for each species. |
legend.pos |
Controls the position of the legend. Might eihter be a list object containing x and y coordinates (such as e.g. returned by |
Christoph Heibl
Evans, M. E. K., S. A. Smith, R. S. Flynn, and M. J. Donoghue. 2009. Climate, niche evolution, and diversification of the 'bird-cage evening primroses' (Oenothera, sections Anogra and Kleinia). Am. Nat. 173: 225-240.
1 2 3 4 5 6 7 8 9 10 | # load PNOs for Oxalis sect. Palmatifoliae
data(PNO)
# plot predicted niche occupany for annual mean temperature
plotPNO(x = PNO$AnnualMeanTemperature,
xlab = "Annual Mean Temperature (degree C)")
# same plot, but with weighted means added
plotPNO(x = PNO$AnnualMeanTemperature,
xlab = "Annual Mean Temperature (degree C)", wm = TRUE)
|
Loading required package: ape
Loading required package: raster
Loading required package: sp
Attaching package: 'raster'
The following objects are masked from 'package:ape':
rotate, zoom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.