get.traitspace: Calculate trait space (simple)

Description Usage Arguments

View source: R/MVR.r

Description

Function to calculate the traitspace using minimum and maximum column values. Creates a hypercubic traitspace.

Usage

1
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


multirich documentation built on May 15, 2021, 1:07 a.m.