View source: R/add_transformation.R
add_transformation | R Documentation |
Creates list of matrices. If list is inputted then concatenates onto list of matrices.
add_transformation( from = matrix(c(1, 0, 0, 1), nrow = 2), m, seq_fun = seq_matrix_l, n_frames = 20 )
from |
Matrix or list of matrices. |
m |
Matrix transformation. |
seq_fun |
The function type for the matrix transformation, |
n_frames |
Number of frames to create explicitly, defaults to 20. |
List of matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.