R/addToTree.default.R

Defines functions addToTree.default

#' @export
#' 
addToTree.default <-
function(tree, input){
  stop("object \"",substitute(tree),"\" is not of the appropriate class \"tstTree\"")
}

Try the TSTr package in your browser

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

TSTr documentation built on May 1, 2019, 9:16 p.m.