hasInvalidVecSpaceComponents.matrix: Generic function to check wether any vector component is...

View source: R/expression_funks.R

hasInvalidVecSpaceComponents.matrixR Documentation

Generic function to check wether any vector component is non-numerical.

Description

Generic function to check wether any vector component is non-numerical.

Usage

## S3 method for class 'matrix'
hasInvalidVecSpaceComponents(x)

Arguments

x

A numeric matrix in which each row is interpreted as a single vector.

Value

TRUE if and only if any component in any vector in x is non-numerical.


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.