print.classify: Print method for classify class

View source: R/morphMat-main.R

print.classifyR Documentation

Print method for classify class

Description

Print method for classify class

Usage

## S3 method for class 'classify'
print(x, ...)

Arguments

x

an object of class 'classify' with the allometric variables ("X", "Y") and classification of maturity (juveniles = 0, adults = 1).

...

Additional arguments to the print method.

Value

The number of juveniles and adults. Also shows the regression analysis for juveniles and adults and an ANCOVA analysis to compare slopes.

Examples

data(crabdata)

classify_data = classify_mature(crabdata, varNames = c("carapace_width", "chela_height"),
varSex = "sex_category", selectSex = NULL, method = "ld")

print(classify_data)

ejosymart/ssmRG documentation built on Jan. 4, 2024, 9:06 p.m.