RemoveRowsWithNaNs: Remove rows that contains NaNs (missing data)

View source: R/RemoveRowsWithNaNs.R

RemoveRowsWithNaNsR 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


MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.