Skip to contents

QC_unify_data returns a dataframe of taxa that should be QCed for opportunities to unify. There are two types of situations that are evaluatied. The first is whether there are IDs beyond species (i.e., var or ssp) as well as to species. For example, Pinus contorta and Pinus contorta var. murrayana. Users may want to unify these observations (e.g., change all to Pinus contorta). The second situation is observations to genus as well as genus species. For example IDs to Pinus and to Pinus contorta. In some instances, it will be possible to unify these records (e.g., at the end of a project you determine there is only one species of a genus present). Statistical analyses do not recognize any relationship between different classes, therefore these taxonomically similar situations are viewed by distance measures as completely unrelated. Therefore, when reasonable, it is best to unify taxonomic observations.

Usage

QC_unify_taxa(veg_df)

Arguments

veg_df

Value

a dataframe of taxa recommended for unifying

Examples

QC_plants(veg_df = ecositer::vegetation_dataframe) |> head()
#> Error in QC_plants(veg_df = ecositer::vegetation_dataframe): could not find function "QC_plants"