| adjust_matrix | R Documentation |
Coerce an object to matrix if needed (useful before algorithms that expect matrices).
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.