unidentified.species: Takes a string of species names or codes and returns a...

Description Usage

Description

Takes a string of species names or codes and returns a logical vector indicating with TRUE those that should be excluded. Any species name (code) matching precisely the names in exactstr are excluded, as well as any which has characters matching partialstr. Either or both exactstr and partialstr can be NULL. The typical use if for excluding species whose codes or names indicate they are not fully identified. It returns a logical vector which is TRUE for those to be excluded.

This was formerly in utilities.r.

Usage

1
2
unidentified.species(spnames, exactstr = c("UNIDEN", "UNID", "uniden",
  "unid"), partialstr = c("XX", "**"))

forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.