R/plot_n_text_nouse.R

Defines functions plotLongCART textLongCART

Documented in plotLongCART textLongCART

plotLongCART<- function(x, uniform = FALSE, branch = 1, nspace,
     margin = 0, minbranch = 0.3, ...){
	plot(x=x, uniform = uniform, branch = branch, compress = FALSE,
           nspace=nspace, margin = margin, minbranch = minbranch, ...)
}


textLongCART<- function(x, splits = TRUE, all = FALSE, use.n = FALSE, 
                minlength = 1L, ...){
text(x=x, splits = splits , all = all, use.n = use.n, minlength = minlength, ...)
}

Try the LongCART package in your browser

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

LongCART documentation built on Sept. 15, 2019, 3 p.m.