plot.CommunityClimateInput: Pairs plot of species and regional pool in climate space

Description Usage Arguments Value Examples

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

1
2
3
4
5
## 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 CommunityClimateInput object to be plotted.

climateaxes

A vector of climate axes to be plotted, usually a subset of the axes in object. If empty, defaults to all axes.

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

1
2
3
community_richness_5 <- generatedemodata()

plot(community_richness_5)

comclim documentation built on May 1, 2019, 7:58 p.m.