Description Usage Arguments Details Value
View source: R/remove_constant.r
Remove constant rows or columns from matrix.
1 | remove_constant(data, margin = 1, unknown = "N")
|
data |
a data matrix |
margin |
optional rows (1) or columns (2) that will be explored |
unknown |
optional elements that are excluded from this comparison (do not count among the unique values). |
Constant row or column is such column that has only single unique value (beside the unknown elements).
a data matrix without
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.