Function to calculate the traitspace using minimum and maximum column values. Creates a hypercubic traitspace.
get.traitspace(in.mat, col.res, col.mins, col.maxs)A record x trait matrix
The number of decimal places to use for rounding (resolution) purposes
The minimum values to use for the trait space. "use data" extracts minimums from in.mat
The maximum values to use for the trait space. "use data" extracts maximums from in.mat