morphometry: Analyze Morphometric Data

View source: R/morphometry.R

morphometryR Documentation

Analyze Morphometric Data

Description

Functions to analyze morphometric data.

Usage

morphometry(x, ...)

## Default S3 method:
morphometry(x, y, species, kurtotic = FALSE, ...)

## S3 method for class 'scsbio'
morphometry(x, y, z, theta, sex, fit = TRUE, discrete = FALSE)

Arguments

x

Predictor variable.

y

Response variable.

z

Binary classification variable (optional).

theta

Named model parameter vector.

sex

Biological sex.

fit

Logical value specifying whether to fit the model to the data.

discrete

Logical value specifying whether the morphometric data are rounded.

Methods (by class)

  • morphometry(default): Perform morphometric regression analysis.

  • morphometry(scsbio): Perform morphometric regression analysis for snow crab biological data.

Examples

x <- read.scsbio(2010)
v <- morphometry(x)

TobieSurette/gulf.stats documentation built on Jan. 4, 2023, 4:19 p.m.