View source: R/long_shaped_matrix.R
long_shaped_matrix | R Documentation |
Long shaped matrix
long_shaped_matrix(Z)
Z |
a matrix/dataframe/vector |
a dataframe : first column is x coordinates, second column is y coordinate, third column is the value
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.