Skip to contents

Gets raw data according to the function specification.

Usage

rawAbundance(x, ...)

rawSppID(x, ...)

rawTraits(x, ...)

rawGenDiv(x, ...)

rawSeqs(x, ...)

rawBranchLengths(x, ...)

rawApePhylo(x, ...)

Arguments

x

A `roleData` object.

...

Additional parameters, ignored.

Value

A list with one element. Inside that one element is a vector of the raw data.

Details

These functions return a list of length one (with summary statistics as a vector inside that list) because the summary statistics themselves can be variable length. This is distinct from other summary statistic functions which will always return a fixed length value. When using raw summary statistic functions in `getSumStats` they will be returned in a list-column. rawAbundance gets the unordered abundance of species, while rawSpAbundance gets the ordered abundance of species which is a much longer vector