is.MV: Similar to the function 'is.na' but focused on the equality...

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Similar to the function is.na but focused on the equality with the missing values in the dataset (type 'POV' and 'MEC')

Usage

1

Arguments

data

A data.frame

Value

A boolean dataframe

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept
data <- Biobase::fData(obj)[,obj@experimentData@other$OriginOfValues]
is.MV(data)

DAPAR documentation built on April 11, 2021, 6 p.m.