powered by
Identifies measures that have been computed.
active(blauObj)
A string indicating the active elements.
An object of class blau initialized with the function blau.
blau
Since measures computed with many functions are stored in the blau object itself, it is helpful to quickly see which elements are active.
data(TwoCities) b <- blau(TwoCities, node.ids = 'respID', ecology.ids = 'samp') b <- niches(b, dev.range = rep(1.5, 10)) # 10 is the number of dimensions active(b) #will produce command line output
Run the code above in your browser using DataLab