active | R Documentation |
Identifies measures that have been computed.
active(blauObj)
blauObj |
An object of class blau initialized with the function |
Since measures computed with many functions are stored in the blau object itself, it is helpful to quickly see which elements are active.
A string indicating the active elements.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.