Learn R Programming

DAPAR (version 1.4.7)

getNumberOfEmptyLines: Returns the number of empty lines in the data

Description

Returns the number of empty lines in a matrix.

Usage

getNumberOfEmptyLines(qData)

Arguments

qData
A matrix corresponding to the quantitative data.

Value

An integer

Examples

Run this code
data(UPSpep25)
qData <- Biobase::exprs(UPSpep25)
getNumberOfEmptyLines(qData)

Run the code above in your browser using DataLab