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
astamm/roahd documentation built on Feb. 9, 2022, 12:57 a.m.