print.classify: Print method for classify class

Description Usage Arguments Value Examples

View source: R/morphMat-main.R

Description

Print method for classify class

Usage

1
2
## 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

1
2
3
4
5
6
data(crabdata)

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

print(classify_data)

sizeMat documentation built on July 8, 2020, 7:27 p.m.