get.traitspace {multirich} | R Documentation |
Calculate trait space (simple)
Description
Function to calculate the traitspace using minimum and maximum column values. Creates a hypercubic traitspace.
Usage
get.traitspace(in.mat, col.res, col.mins, col.maxs)
Arguments
in.mat |
A record x trait matrix |
col.res |
The number of decimal places to use for rounding (resolution) purposes |
col.mins |
The minimum values to use for the trait space. "use data" extracts minimums from in.mat |
col.maxs |
The maximum values to use for the trait space. "use data" extracts maximums from in.mat |
[Package multirich version 2.1.3 Index]