View source: R/fibdl_listflor_qualify.R
fibdl_listflor_qualify | R Documentation |
Qualification des listes floristiques
fibdl_listflor_qualify(
data,
seuil_nbr_valves = 350,
seuil_pour_valves_sp = 0.5,
seuil_pour_taxons_indiciels = 0.75,
table_tax_alerts = IBDL:::Table_taxons_alertes
)
data |
tableau representant la liste floristique |
seuil_nbr_valves |
nombre de valves compte dans le prelevement. Dans la norme, il est demande de compter 400 valves. |
seuil_pour_valves_sp |
seuil en pourcentage de valves determinees au rang taxonomique espece dans le prelevement. Petite specificite, on ne prend pas compte le code taxon ADMI (complexe taxonomique). |
seuil_pour_taxons_indiciels |
seuil en pourcentage des taxons indiciels dans le prelevement |
table_tax_alerts |
tableau de reference au format binaire des taxons d'alertes et indiciels, par defaut Table_taxons_alertes (table interne embarquee) |
tableau avec les informations liees au prelevement. La colonne validation renseigne la selection finale.
list_flor <- read.csv2(system.file("listflor.csv", package = "IBDL"),fileEncoding = "utf-8") %>%
IBDL::fibdl_listflor_transcode()
fibdl_listflor_qualify(data=list_flor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.