Learn R Programming

comclim (version 0.9.0)

CommunityClimateStatistics-class: Class "CommunityClimateStatistics"

Description

A class used to compactly store output of community climate analysis. Can be summarized and plotted.

Arguments

Rdversion

1.1

docType

class

Objects from the Class

Objects can be created by calls of the form new("CommunityClimateStatistics", ...).

Examples

Run this code
community_richness_5 <- generatedemodata()

# three dimensional analysis
result_community <- communityclimate(community_richness_5,
  climateaxes=c("ClimateAxis1","ClimateAxis2","ClimateAxis3"),
  numreplicates=100)
  
summary(result_community)

Run the code above in your browser using DataLab