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