generatedemodata: Simulation data for demonstration analyses.

Description Usage Arguments Value Examples

Description

Creates a CommunityClimateInput-class object for usage in demos. Creates a regional pool of species with normally distributed climate niches within some region of climate space. Then chooses a subset of these species with climate niches closer to the origin to represent the local community, and defines an observed climate at another location in climate space.

Usage

1
2
generatedemodata(num_regionalpool = 50, num_community = 5, 
  num_occurrences = 40, num_climateaxes = 3, observed = 0)

Arguments

num_regionalpool

Number of species in the regional pool

num_community

Number of species in the local community

num_occurrences

Number of occurrences to simulate as the basis for each species' climate niche

num_climateaxes

Number of climate axes

observed

The location of the observed climate. Must be a scalar; the function will copy the value to all axes.

Value

A CommunityClimateInput-class object.

Examples

1
2
# a five-dimensional climate space with ten species in the local community
community_demo <- generatedemodata(num_community=10, num_climateaxes=5)

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