basis_half_circle {spinifex} | R Documentation |
Create a basis that gives uniform contribution in a circle
Description
Orthonormalizes uniform variable contributions on a unit circle. This serves as a NULL basis, one that is variable agnostic while spacing the variables to have minimize variable dependence.
Usage
basis_half_circle(data)
Arguments
data |
The data to create a basis for. |
See Also
Other basis producing functions:
basis_guided()
,
basis_odp()
,
basis_olda()
,
basis_onpp()
,
basis_pca()
Examples
dat <- scale_sd(wine[, 2:6])
bas <- basis_half_circle(dat)
[Package spinifex version 0.3.7.0 Index]