intersect: Intersect plot names

Description Usage Arguments Value See Also

Description

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

Usage

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

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

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

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

Arguments

x

Species or SpeciesTaxonomy object

y

Sites object

Value

logical.

See Also

identical


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