Other packages > Find by keyword >

taxa  

Classes for Storing and Manipulating Taxonomic Data
View on CRAN: Click here


Download and install taxa package within the R console
Install from CRAN:
install.packages("taxa")

Install from Github:
library("remotes")
install_github("cran/taxa")

Install by package version:
library("remotes")
install_version("taxa", "0.4.3")



Attach the package and use:
library("taxa")
Maintained by
Zachary Foster
[Scholar Profile | Author Map]
First Published: 2017-07-16
Latest Update: 2022-04-12
Description:
Provides classes for storing and manipulating taxonomic data. Most of the classes can be treated like base R vectors (e.g. can be used in tables as columns and can be named). Vectorized classes can store taxon names and authorities, taxon IDs from databases, taxon ranks, and other types of information. More complex classes are provided to store taxonomic trees and user-defined data associated with them.
How to cite:
Zachary Foster (2017). taxa: Classes for Storing and Manipulating Taxonomic Data. R package version 0.4.3, https://cran.r-project.org/web/packages/taxa. Accessed 13 May. 2025.
Previous versions and publish date:
0.1.0 (2017-07-16 23:51), 0.2.0 (2017-12-19 05:09), 0.2.1 (2018-05-03 08:56), 0.3.1 (2018-08-09 00:00), 0.3.2 (2019-01-02 23:40), 0.3.3 (2020-02-25 07:40), 0.3.4 (2020-04-29 21:10), 0.4.0 (2021-07-13 10:50), 0.4.1 (2022-03-11 23:30), 0.4.2 (2022-04-12 09:20)
Other packages that cited taxa R package
View taxa citation profile
Other R packages that taxa depends, imports, suggests or enhances
Complete documentation for taxa
Functions, R codes and Examples using the taxa R package
Some associated functions: as_data_frame . as_taxon . check_taxon_rank_order . classification . contains . database_ref . db_ref . default_db_ref . delete_unused_class_taxa . duplicated_index . duplicated_index_taxonomy . ends_with . everything . font_default . font_na . font_punct . font_secondary . font_tax_name . grapes-greater-than-grapes . grapes-in-grapes . impute_order_na . interleave . internodes . is_classification . is_internode . is_leaf . is_root . is_stem . is_taxon . is_taxon_authority . is_taxon_db . is_taxon_id . is_taxon_rank . is_taxon_rank_level . is_taxonomy . is_valid_regex . leaves . limited_print . matches . n_leaves . n_subtaxa . n_supertaxa . new_classification . new_taxon . new_taxon_authority . new_taxon_db . new_taxon_db_def . new_taxon_id . new_taxon_rank . new_taxon_rank_level . new_taxonomy . num_range . one_of . print_with_color . printed_classification . printed_taxon . printed_taxon_authority . printed_taxon_id . printed_taxon_rank . printed_taxon_rank_level . printed_taxonomy . rank_level_color_funcs . rank_ref . roots . starts_with . stems . subtaxa . supertaxa . tax_auth . tax_author . tax_cite . tax_date . tax_db . tax_id . tax_name . tax_rank . taxa_casting_funcs . taxa_coercion_funcs . taxa_comparison_funcs . taxa_printing_funcs . taxa_taxon . taxa_taxon_authority . taxa_taxon_db . taxa_taxon_id . taxa_taxon_rank . taxa_taxonomy . taxon . taxon_authority . taxon_db . taxon_db_def . taxon_id . taxon_rank . taxon_rank_level . taxonomy . unname_fields . 
Some associated R codes: classification.R . documentation.R . getter_setter_s3_generics.R . globals.R . imports.R . internal.R . printing_style.R . s3_generics.R . taxon.R . taxon_authority.R . taxon_db.R . taxon_db_def.R . taxon_id.R . taxon_rank.R . taxon_rank_level.R . taxonomy.R . zzz.R .  Full taxa package functions and examples
Downloads during the last 30 days
04/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/0705/0805/0905/1005/11Downloads for taxa05101520253035TrendBars

Today's Hot Picks in Authors and Packages

genlogis  
Generalized Logistic Distribution
Provides basic distribution functions for a generalized logistic distribution proposed by Rathie and ...
Download / Learn more Package Citations See dependency  
tryCatchLog  
Advanced 'tryCatch()' and 'try()' Functions
Advanced tryCatch() and try() functions for better error handling (logging, stack trace with source ...
Download / Learn more Package Citations See dependency  
StanHeaders  
C++ Header Files for Stan
The C++ header files of the Stan project are provided by this package, but it contains little R code ...
Download / Learn more Package Citations See dependency  
hett  
Heteroscedastic t-Regression
Functions for the fitting and summarizing of heteroscedastic t-regression. ...
Download / Learn more Package Citations See dependency  
nat.utils  
File System Utility Functions for 'NeuroAnatomy Toolbox'
Utility functions that may be of general interest but are specifically required by the 'NeuroAnatom ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA