spread: Occurrences of Species in Partitions

Description Usage Arguments Value Author(s) See Also Examples

Description

Method spread simply lists all occurrences of species labeled by partition. private returns the private species, those occurring in a specific partition only.

Usage

1
2
3
  spread(obj, condensed = FALSE)
  
  private(obj)

Arguments

obj

An object inheriting from "VegsoupPartition".

condensed

logical. If TRUE return in condensed form with as manny elements as there are partitions.

Value

For spread a "list" with as many components as there are species-layer replicates (ncol(obj)).

For private a logical matrix with as many rows as there are species-layer replicates and columns according to the number of partitions (getK(obj)).

Author(s)

Roland Kaiser

See Also

shared, VegsoupPartition

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

vegsoup documentation built on Feb. 24, 2021, 3 a.m.