View source: R/inbound-outbound.R
outbound | R Documentation |
Outbound or forward transformation refers to the mapping T
from feature space into a transformed space (e.g., principal component space),
and inbound or backward transformation is its inverse transformation T^{1}
back into feature space.
outbound(object, ...)
inbound(object, ...)
object |
A |
... |
Additional arguments for the corresponding method. |
These functions are mainly intended for internal use.
The warp()
and unwarp()
methods are more
user-oriented interfaces.
A transformed data frame of class warped_df
(for outbound)
or data.frame
(for inbound transformations).
inbound
: Generic method for inbound
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.