combineSensuLato: Pool Taxa in Vegsoup Object

Description Usage Arguments Details Value Author(s) Examples

Description

Pool Taxa in Vegsoup Object.

Usage

1

Arguments

x

vegsoup object.

Details

This function can be used to automatically collapse taxa in the s.lat. case. The functions internally calls groupSensuLato from linktaxa. Run this function alone to see which taxa are going to be merged.

Value

vegsoup object.

Author(s)

Roland Kaiser

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
require(vegsoup)
require(linktaxa)

data(windsfeld)
x <- windsfeld

# see candidates
groupSensuLato(taxon(x))

# perform replacement
x <- combineSensuLato(x)

#	now list is empty
groupSensuLato(taxon(x))

kardinal-eros/vegit documentation built on Feb. 16, 2020, 9:20 p.m.