Learn R Programming

Blaunet (version 2.2.1)

active: Quick summary of blau object.

Description

Identifies measures that have been computed.

Usage

active(blauObj)

Value

A string indicating the active elements.

Arguments

blauObj

An object of class blau initialized with the function blau.

Details

Since measures computed with many functions are stored in the blau object itself, it is helpful to quickly see which elements are active.

Examples

Run this code
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