Description Usage Arguments Examples
View source: R/random_rotation.R
Create an array containing a rotated version of the input data frame for each rotation in the matrix. The dimension of the rotation matrices in mArray must match the number of numeric columns in df.
1 | df_apply_random_rotations(df, mArray)
|
df |
data frame |
mArray |
array of rotations |
1 2 | mArray <- create_random_rotation_matrix_array(5, dimRR=3)
df_apply_random_rotations(df, mArray)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.