adjust_matrix | R Documentation |
Converts a dataset to a matrix format if it is not already in that format
adjust_matrix(data)
data |
dataset |
returns an adjusted matrix
data(iris)
mat <- adjust_matrix(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.