R/dormancy-package.R

# domancy
#
# dormancy is an R package for detecting and analyzing dormant patterns in data:
# patterns that exist but remain inactive until specific trigger conditions
# emerge. This concept exists in biology (seed dormancy),
# epidemiology (latent diseases), and geology (dormant faults),
# but has no dedicated statistical tooling.
#
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom grDevices heat.colors rgb
#' @importFrom graphics abline barplot contour hist image legend lines par plot.new plot.window points text title
#' @importFrom stats cor median na.omit quantile rnorm sd var
#' @importFrom utils combn head
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL

Try the dormancy package in your browser

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

dormancy documentation built on March 16, 2026, 5:09 p.m.