Transformation.applyAll2D: Apply All the Provided Transformations to a Two-Dimensional...

Description Usage Arguments

View source: R/applyAll2D.R

Description

Provide all the provided transformation functions to the x and y data.

Usage

1
2
3
Transformation.applyAll2D(x, y, x.transformations,
  y.transformations = x.transformations, x.addIdentity = FALSE,
  y.addIdentity = x.addIdentity)

Arguments

x

the x data

y

the y data

x.transformations

the transformations to be applied to the x data

y.transformations

the transformations to be applied to the y data, by default the same as x.transformations

x.addIdentity

should an identity transformation result be created as well for x? (FALSE by default)

y.addIdentity

should an identity transformation result be created as well for y? (by default, the same as x.addIdentity)


thomasWeise/dataTransformeR documentation built on May 14, 2019, 8:03 a.m.