identical: Intersect plot names

Description Usage Arguments Value See Also

Description

Intersects Species, Sites or Taxonomy objects if they have matching plots or abbreviations. Returns TRUE if both objects match.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'Sites,Species'
identical(x, y)

## S4 method for signature 'Species,Sites'
identical(x, y)

## S4 method for signature 'SpeciesTaxonomy,Sites'
identical(x, y)

## S4 method for signature 'Species,Taxonomy'
identical(x, y)

Arguments

x

Species or SpeciesTaxonomy object

y

Sites object

Value

logical.

See Also

intersect


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