inputcommunitydata {comclim} | R Documentation |
Input data for community climate analysis
Description
A helper function to streamline data formatting
Usage
inputcommunitydata(localcommunity, regionalpool,
regionalpoolweights = numeric(), climateniches, observedclimate)
Arguments
localcommunity |
The names of species in the local community at tinf. |
regionalpool |
The names of species in the the regional pool for the local community at tinf. |
regionalpoolweights |
A numeric vector with same length as |
climateniches |
A dataframe with climate niche information for all species in the local community and regional pool at tinf. Should have a |
observedclimate |
A named numeric vector with names corresponding to the same climate axes as in |
Value
A CommunityClimateInput-class
object.