R/dynatop-package.R

#' dynatop
#'
#' This package contains the core code for the R implementation of dynamic TOPMODEL
#'
#' @name dynatop-package
#' @docType package
#' @import xts
#' @importFrom R6 R6Class
#' @importFrom zoo index
#' @importFrom stats start end aggregate
#' @importFrom Rcpp evalCpp
#' @useDynLib dynatop, .registration=TRUE
NULL

Try the dynatop package in your browser

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

dynatop documentation built on Oct. 11, 2022, 1:06 a.m.