graphCompare2: Create a graph plotting two PCs and visualising min and max...

Description Usage Arguments Value Examples

Description

Create a graph plotting two PCs and visualising min and max for those PCs.

Usage

1
2
3
graphCompare2(data, axis1 = 1, axis2 = 2, gp = c(),
  col.gp = c("#d11141", "#f47835", "#ffc425", "#00b159", "#00aedb",
  "#a200ff"))

Arguments

data

Data structure from geomorph or created by readTem()

axis1

The PC to be shown on the x axis (Defaults to 1)

axis2

The PC to be shown on the y axis (Defaults to 2)

gp

An array of group names for each shape (Defaults to NULL array: c())

col.gp

An array of colours for the groups (Defaults to ROYGBP: c("#d11141", "#f47835", "#ffc425", "#00b159", "#00aedb", "#a200ff"))

Value

TRUE

Examples

1
faces$pca <- graphCompare2(faces$aligned$coords, 2, 3)

debruine/frlgmm documentation built on May 15, 2019, 1:55 a.m.