plot.CommunityClimateInput {comclim} | R Documentation |
Pairs plot of species and regional pool in climate space
Description
Produces a pairs plot representing a multidimensional climate space. The species in the community are drawn in a contrasting fashion to the species in the regional pool.
Usage
## S3 method for class 'CommunityClimateInput'
plot(x, climateaxes = NULL, axisnames = NULL,
cex.community = 0.5, cex.pool = 0.25,
pch.community = 16, pch.pool = 16,
colors = "rainbow", ...)
Arguments
x |
A |
climateaxes |
A vector of climate axes to be plotted, usually a subset of the axes in |
axisnames |
Label text for the climate axes. |
cex.community |
Expansion factor for the local community's species. |
cex.pool |
Expansion factor for the regional pool's species. |
pch.community |
Plotting symbol for the local community's species. |
pch.pool |
Plotting symbol for the regional pool's species. |
colors |
The name of a function used to give a color each species. |
... |
Other arguments to be passed to plot commands |
Value
None. Used for the side-effect of producing a plot.
Examples
community_richness_5 <- generatedemodata()
plot(community_richness_5)
[Package comclim version 0.9.6 Index]