plotface: Plot a face or a pair of faces

View source: R/facer.R

plotfaceR Documentation

Plot a face or a pair of faces

Description

Plot a face or a pair of faces

Usage

plotface(
  fm,
  mfconfig,
  fm2 = NULL,
  view = c("front", "side", "lside", "top", "rside"),
  num = TRUE,
  main = "",
  markerlabs = NULL,
  dirm = c("arrows", "points", "segments"),
  subset = 1:nrow(fm)
)

Arguments

fm

A face matrix

mfconfig

motion capture config file

fm2

Another face matrix (optional)

view

direction of the 2D view

num

Marker numbers, rather than points, to be displayed

main

option title

markerlabs

optional marker labels

dirm

when two faces are plotted, what should connect the corresponding markers

subset

of markers to be shown

Value

nothing - a plot is constructed


julianfaraway/facer documentation built on Dec. 4, 2023, 9:34 p.m.