Learn R Programming

geomorph (version 4.0.10)

plot.physignal.eigen: Plot Function for geomorph

Description

Plot Function for geomorph

Usage

# S3 method for physignal.eigen
plot(x, type = c("conf", "vectors", "both"), confidence = 0.95, ...)

Arguments

x

plot object (from physignal.eigen)

type

the manner in which the distribution of permuted outcomes is represented: confidence bands (type = "conf"), vectors (type = "vectors"), or both (type = "both")

confidence

A numerical value designating the confidence interval range

...

other arguments passed to plot

Author

Michael Collyer and Dean Adams