Learn R Programming

comclim (version 0.9.2)

plot.CommunityClimateInput: 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

Value

None. Used for the side-effect of producing a plot.

Examples

Run this code
community_richness_5 <- generatedemodata()

plot(community_richness_5)

Run the code above in your browser using DataLab