R/zzz.R

#' Chaos01
#' 
#' Computes and visualize the results of the 0-1 test for chaos proposed
#' by Gottwald and Melbourne (2004) <DOI:10.1137/080718851>. The algorithm is
#' available in parallel for the independent values of parameter c. Additionally,
#' fast RQA is added to distinguish chaos from noise.
#' 
#' @docType package
#' @author Tomas Martinovic
#' @name Chaos01

.onUnload <- function (libpath) {
  #' @keywords internal
  library.dynam.unload("Chaos01", libpath)
}

Try the Chaos01 package in your browser

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

Chaos01 documentation built on Aug. 21, 2019, 5:10 p.m.