getStdMeasurements: Get simple shape variables after standardization, filtered...

View source: R/shapeR.R

getStdMeasurementsR Documentation

Get simple shape variables after standardization, filtered according to filter

Description

Returns the simple shape variables determined in stdCoefs. Returns only values as set in the slot filter

Usage

getStdMeasurements(object)

Arguments

object

shapeR object

Value

A data frame with all valid fish as determined by the slot filter. Returns only variables that have not been removed after standardization.

Author(s)

Lisa Anne Libungan

Examples

data(shape)
#Calculate the mean standardized otolith length for each fish population
tapply(getStdMeasurements(shape)$otolith.length,
getMasterlist(shape)$pop,mean)

shapeR documentation built on Nov. 22, 2022, 1:07 a.m.