Description Usage Arguments Value Examples
View source: R/long_shaped_matrix.R
Long shaped matrix
1 |
Z |
a matrix/dataframe/vector |
a dataframe : first column is x coordinates, second column is y coordinate, third column is the value
1 2 | Z <- matrix(1:25, nrow = 5)
long_shaped_matrix(Z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.