anchored_orthogonal_distance | R Documentation |
For each datapoint this function calculates the orthogonal distance from the anchored projection plane.
anchored_orthogonal_distance(plane, data, anchor = NULL)
plane |
matrix specifying the projection plane |
data |
data frame or matrix |
anchor |
A vector specifying the reference point to anchor the plane If NULL (default) the slice will be anchored at the origin. |
distance vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.