morphometry | R Documentation |
Functions to analyze morphometric data.
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)
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. |
morphometry(default)
: Perform morphometric regression analysis.
morphometry(scsbio)
: Perform morphometric regression analysis for snow crab biological data.
x <- read.scsbio(2010) v <- morphometry(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.