intersect {vegsoup} | R Documentation |
Intersects Species*, Sites or Taxonomy objects if they have matching plots or abbreviation. Returns TRUE
if both objects match.
## 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)
x |
Species or SpeciesTaxonomy object |
y |
Sites object |
logical.