mm_VizModel {moRphomenses}R Documentation

Visualize Multivariate LM

Description

Visualize 2D scatterplot of mvlm including predicted shapes.

Usage

mm_VizModel(dat, clas_col = NULL)

Arguments

dat

Input mvlm, created by mm_BuildModel (or by using geomorph::procD.lm)

clas_col

A classifier to color the data by. If null (default) all points will be grey. Otherwise, data will be plotted as rainbow(n) colors.

Value

A list containing the results of the mvlm, visualizations of shape trends along the regression line, and the model itself.


[Package moRphomenses version 1.0.2 Index]