readTems: Read Psychomorph template files

Description Usage Arguments Value Examples

Description

readTems reads Psychomorph/WebMorph .tem files from a directory, a list of directories, or a CSV table with the filenames of each template file to be loaded (e.g., "subdir/file1.tem")

Usage

1
2
readTems(tem.loc, semi.landmarks = 0, curvefile = "", analyse = TRUE,
  method = "broken-stick")

Arguments

tem.loc

Directory or csv table of filenames where .tem files are found

semi.landmarks

Number of curve points to graphically define

curvefile

Name of curvepts file

analyse

Whether to include aligned data and PCA analysis using FRL defaults (Defaults to TRUE)

method

The method to use to choose PCs (Default "broken-stick")

Value

A data structure with land, curvepts, info and (optionally) aligned and PCA analysed

Examples

1
2
faces <- readTems("~/Dropbox/faces")
faces <- readTems("~/Dropbox/faces/faceinfo.csv", curvefile = "~/Dropbox/faces/curveslide.csv"))

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