resolve_taxonrank: Resolve taxonranks

Description Usage Arguments Details Value See Also

Description

Resolve taxonranks which are not identified at the Species, Subspecies or Variety rank.

Usage

1
2
3
resolve_taxonrank(GBIF_Data, gnr_score = 0.75, tidy_output = TRUE,
  resolve = dim(GBIF_Data)[1], location = "Australia", zoom = 4,
  simplify = FALSE, upto = "subspecies", ...)

Arguments

GBIF_Data

Dataframe from GBIF or object of type gbif.

tidy_output

When the output is very long, whether to cut off unimportant parts

resolve

The amount of names to resolve. Default is all. If number of names is high, can use this.

location

The location to consider when plotting maps for the suggested names

zoom

The zoom value to consider when plotting the worldmap centered at the location parameter. 4 means city and so on...

simplify

Which workflow to follow. simplyfied workflow runs faster than the other but is less accurate.

upto

the rank upto which function should try to resolve

gnr_resolve

The score to consider as qualifier in the gnr_resolve internal function

Details

This function resolves the records which are not identified at the specie, subscpecie or variety level. It checks for similar records from other sources and tries to build series of world maps with original and suggested species distributions. The simple version tries to do the same but by taking synonyms and other names into account

Value

A list with multiple outputs.

See Also

[resolve_taxon_inspect()]


thiloshon/Biodiversity documentation built on May 20, 2019, 4:07 p.m.