unifyMotion: Unifies marker landmark and motion datasets

Description Usage Arguments Details Value Author(s)

View source: R/unifyMotion.R

Description

Solves for rigid body transformations for markers fixed in one coordinate system given the motion of those markers in another coordinate system.

Usage

1
2
3
4
5
6
unifyMotion(motion, xyz.mat, unify.spec, regexp = FALSE, 
			print.progress = TRUE, print.progress.iter = c(1), verbose = FALSE,
			replace.xyz = TRUE, plot.diag = NULL, cp.use = TRUE, cp.axis.with.vp = FALSE)

## S3 method for class 'unify_errors'
print(x, ...)

Arguments

motion
xyz.mat
unify.spec
regexp
print.progress
print.progress.iter
verbose
replace.xyz
plot.diag
cp.use
cp.axis.with.vp

Details

Details about unifyMotion...

Value

a list containing a motion object with the following elements:

motion

A motion object containing the input marker motion and the calculated rigid body transformations.

error

Unification errors (a list of class "unify_errors").

Author(s)

Aaron Olsen


aaronolsen/matools documentation built on Nov. 12, 2019, 10:28 a.m.