| plot.CommunityClimateInput | R Documentation | 
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.
## 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", ...)
| 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 | 
None. Used for the side-effect of producing a plot.
community_richness_5 <- generatedemodata()
plot(community_richness_5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.