sphere_data {tourr} | R Documentation |
Sphere a matrix (or data frame) by transforming variables to principal components.
Description
Sphering is often useful in conjunction with the guided tour, as it removes simpler patterns that may conceal more interesting findings.
Usage
sphere_data(df)
Arguments
df |
data frame or matrix |
[Package tourr version 1.2.0 Index]