identical {vegsoup}R Documentation

Intersect plot names

Description

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

Usage

## 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


[Package vegsoup version 0.2-7 Index]