active {Blaunet}R Documentation

Quick summary of blau object.

Description

Identifies measures that have been computed.

Usage

active(blauObj)

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.

Value

A string indicating the active elements.

Examples

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

[Package Blaunet version 2.2.1 Index]