summary_table | R Documentation |
Summarizes a numeric matrix.
summary_table(m, feat_type = "")
m |
A numeric matrix. |
feat_type |
Name of the matrix |
A data frame containing one row summarizing m
;
see fg_get_feature_desc
.
summary_table(matrix(rnorm(12),nrow=3), feat_type='random')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.