Description Usage Arguments Value Examples
View source: R/convert_array_to_matrix.R
Convert 3D array into matrix
1 |
x |
A three-dimensional array (p x k x n) of landmark coordinates |
Returns two-dimensional matrix with n rows and p x k columns. If input has labels, these will be preserved.
1 2 | data("LondonSet_aligned")
data_matrix <- convert_array_to_matrix(LondonSet_aligned)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.