RemoveRowsWithNaNs {MultBiplotR} | R Documentation |
Remove rows that contains NaNs (missing data)
Description
Remove rows that contains NaNs to obtain a matrix wothout missind data
Usage
RemoveRowsWithNaNs(x, cols = NULL)
Arguments
x |
The matrix to be arranged |
cols |
A set of columns to check as a vector of integers |
Details
Remove rows that contains NaNs to obtain a matrix wothout missind data
Value
x |
Matrix without missing data |
Author(s)
Jose Luis Vicente-Villardon
[Package MultBiplotR version 23.11.0 Index]