saveTem: Save coordinates to a file

Description Usage Arguments Examples

Description

Save coordinates to a file

Usage

1
2
saveTem(coords, save.name = "", sample.tem = "", align.to = c(1, 2),
  data = NULL)

Arguments

coords

An array of projected coordinates

save.name

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

sample.tem

An optional array or filename for a sample tem file from which to get lines

align.to

An array of coordinates numbers to align the tem to (taken from the sample tem)

data

An frlgmm data object to align to

Examples

1
saveTem(coords, save.name="sd3max.tem", sample.tem=faces$info$filename[1]))

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