Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Convert any matrix-lie object to a numeric Matrix, and coerces all the elements to integer. Row names and column names are removed.
1 | matfix(x)
|
x |
matrix or data.frame including numeric data (or data that can be coerced to integer) |
numeric matrix with all its elements coerced to integer
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/
1 2 | tmp <- data.frame(A = c(1,2,3,4), B=c(3.1, 2.8, 3.3, 9.1), C = FALSE)
cellmigRation:::matfix(tmp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.