R/calculateIntervalWeights.R

Defines functions calculateIntervalWeights

Documented in calculateIntervalWeights

#' Calculate interval weights
#' 
#' This function is now automatically called by \code{\link{createNormalDatabase}}
#' and is thus defunct.
#' 
#' @author Markus Riester
#' 
#' @export calculateIntervalWeights
calculateIntervalWeights <- function() {
    .Defunct("createNormalDatabase")
}    

Try the PureCN package in your browser

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

PureCN documentation built on Nov. 8, 2020, 5:37 p.m.