View source: R/RemoveRowsWithNaNs.R
RemoveRowsWithNaNs | R Documentation |
Remove rows that contains NaNs to obtain a matrix wothout missind data
RemoveRowsWithNaNs(x, cols = NULL)
x |
The matrix to be arranged |
cols |
A set of columns to check as a vector of integers |
Remove rows that contains NaNs to obtain a matrix wothout missind data
x |
Matrix without missing data |
Jose Luis Vicente-Villardon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.