graphShape: Project (and optionally graph and/or save to a file) a shape...

Description Usage Arguments Value Examples

Description

Project (and optionally graph and/or save to a file) a shape using an array of SDs for each PC

Usage

1
2
graphShape(data, set.pc = c(0), by = "SD", show.image = F,
  save.name = "")

Arguments

data

Data structure from geomorph or created by readTem()

set.pc

An array of values or SDs for each PC (unspecified PCs will be 0) (Defaults to c(0))

by

Whether set.pc specifies "SD" or "value" (Defaults to "SD")

show.image

Whether to display a graph of the resulting array (Defaults to F)

save.name

A file name to save to (Defaults to ""; no saving)

Value

An array of coordinate values for the resulting shape

Examples

1
2
face.sd3.min <- graphShape(faces, c(0,0,-2), show.image=T)
face.sd3.max <- graphShape(faces, c(0,0,2), show.image = F, savename="sd3max.tem")

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