MarrPFeatures {marr} | R Documentation |
Given a Marr object, this function returns the Marr P Features
Accessors for the 'MarrPFeatures' slot of a Marr object.
MarrPFeatures(object) ## S4 method for signature 'Marr' MarrPFeatures(object)
object |
an object of class |
Value of MarrPFeatures
argument passed
to Marr
data <- matrix(rnorm(2400), nrow=200, ncol=12) data_Marr <- Marr(object = data, pSamplepairs=0.75, pFeatures=0.75, alpha=0.05) MarrPFeatures(data_Marr)