generatedemodata: Simulation data for demonstration analyses.
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.
# NOT RUN {# a five-dimensional climate space with ten species in the local communitycommunity_demo <- generatedemodata(num_community=10, num_climateaxes=5)
# }