From 1fe5e173e6d5ca95751e733434f548346622a9bd Mon Sep 17 00:00:00 2001 From: Ronald Bergmann Date: Wed, 19 Jul 2023 23:14:37 +0200 Subject: [PATCH] update man --- man/clean_taxon_names.Rd | 2 +- man/get_habitat_data.Rd | 2 +- man/select_traits_tax_dist.Rd | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/man/clean_taxon_names.Rd b/man/clean_taxon_names.Rd index 62ee895..1801a78 100644 --- a/man/clean_taxon_names.Rd +++ b/man/clean_taxon_names.Rd @@ -39,5 +39,5 @@ This function takes a data.frame with target_taxa and uses the bdc package to clean and harmonise the names. } \author{ -James G. Hagan (james_hagan(at)outlook.com) +James G. Hagan (james_hagan(at)outlook.com) and Ronald Bergmann } diff --git a/man/get_habitat_data.Rd b/man/get_habitat_data.Rd index 4e7a8cd..5ad12b1 100644 --- a/man/get_habitat_data.Rd +++ b/man/get_habitat_data.Rd @@ -36,5 +36,5 @@ and gets data on biogeographic realm, major habitat type and ecoregion based on Abell et al.'s (2008) freshwater ecoregion map. } \author{ -James G. Hagan (james_hagan(at)outlook.com) +James G. Hagan (james_hagan(at)outlook.com) and Ronald Bergmann } diff --git a/man/select_traits_tax_dist.Rd b/man/select_traits_tax_dist.Rd index 19976b2..97e25f3 100644 --- a/man/select_traits_tax_dist.Rd +++ b/man/select_traits_tax_dist.Rd @@ -8,6 +8,7 @@ select_traits_tax_dist( data, target_taxon, body_size, + life_stage, max_tax_dist = 3, trait = "equation", gen_sp_dist = 0.5 @@ -28,6 +29,11 @@ taxon names \item column name containing the body length data }} +\item{life_stage}{\itemize{ +\item character string with the column name containing the +life-stage information +}} + \item{max_tax_dist}{\itemize{ \item maximum taxonomic distance acceptable between the target and the taxa in the database (default = 3)