Learn R Programming

tabula (version 1.5.1)

DiversityIndex: Diversity Index

Description

An S4 class to represent a diversity measure.

Arguments

Slots

id

A character string specifying the unique identifier of the corresponding matrix (UUID v4).

index

A numeric vector giving the diversity index values.

size

A integer vector giving the sample sizes.

jackknife

A numeric matrix vector giving the jackknifed estimates.

boostrap

A numeric matrix vector giving the boostraped estimates.

simulated

A numeric matrix vector giving the diversity measures for the simulated assemblage.

method

A character string indicating the method used.

Subset

In the code snippets below, x is a DiversityIndex object.

x[[i]]

Extracts informations from a slot selected by subscript i. i is a length-one character vector. Returns the corresponding slot values.

See Also

Other class: BootCA-class, DateModel-class, PermutationOrder-class