R/roahd-package.R

#' roahd: RObust Analysis for High dimensional Data.
#'
#' A package meant to collect and provide methods for the analysis of univariate
#' and multivariate functional datasets through the use of robust methods, with
#' special focus on computation of depths and outlier detection.
#' Special care was devoted to the efficient implementation of robust methods,
#' so that they can be employed also in high-dimensional datasets,
#'
#' @docType package
#' @name roahd
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @import ggplot2
## usethis namespace: end
NULL

Try the roahd package in your browser

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

roahd documentation built on Nov. 4, 2021, 1:07 a.m.