R/coda.base.R

#' coda.base
#'
#' A minimum set of functions to perform compositional data analysis
#' using the log-ratio approach introduced by John Aitchison (1982)
#' <https://www.jstor.org/stable/2345821>. Main functions
#' have been implemented in c++ for better performance.
#'
#' @docType package
#' @author Marc Comas-Cufí
#' @import Rcpp stats
#' @useDynLib coda.base, .registration = TRUE
#' @importFrom Rcpp evalCpp
#' @importFrom grDevices dev.flush dev.hold
#' @importFrom graphics par points polygon rect segments strheight strwidth text
#'
#' @name coda.base
"_PACKAGE"

Try the coda.base package in your browser

Any scripts or data that you put into this service are public.

coda.base documentation built on Nov. 26, 2023, 1:07 a.m.