MarrFeatureVars {marr}R Documentation

Generic function that returns the Marr Feature Vars

Description

Given a Marr object, this function returns the Marr Feature Vars

Accessors for the 'MarrFeatureVars' slot of a Marr object.

Usage

MarrFeatureVars(object)

## S4 method for signature 'Marr'
MarrFeatureVars(object)

Arguments

object

an object of class Marr.

Value

Value of featureVars passed to Marr. NULL if featureVars was left blank

Examples

data <- matrix(rnorm(2400), nrow=200, ncol=12)
data_Marr <- Marr(object = data, pSamplepairs=0.75,
                  pFeatures=0.75, alpha=0.05)
MarrFeatureVars(data_Marr)


[Package marr version 1.4.0 Index]