as_transform3d: Cast to 3D affine transformation matrix
Description
as_transform3d()
casts to a transform3d()
affine transformation matrix
Usage
as_transform3d(x, ...)# S3 method for transform3d
as_transform3d(x, ...)
# S3 method for default
as_transform3d(x, ...)
Value
A transform3d()
object
Arguments
- x
An object that can be cast to a
- ...
Further arguments passed to or from other methods
Examples
Run this codem <- diag(4L)
as_transform3d(m)
Run the code above in your browser using DataLab