R/package.R

#' chaos
#'
#' Tools to generate fractals.
#'
#' @name chaos-package
#' @aliases chaos
#' @docType package
#'
#' @import ggplot2 tibble dplyr viridis parallel
#' @importFrom dplyr bind_rows
#' @useDynLib chaos
#' @importFrom Rcpp sourceCpp
#'
NULL
ddiez/chaos documentation built on May 15, 2019, 1:51 a.m.