Nothing
#' Plot a nice rpart tree model
#'
#' Plot model produced by \code{\link[SPOT]{buildTreeModel}}.
#'
#' @param x tree model (settings and parameters) of class \code{spotTreeModel}.
#' @param ... parameters passed to rpart.plot plotting function
#' @importFrom rpart.plot rpart.plot
#' @keywords internal
#'
#' @return The returned value is identical to that of \code{\link[rpart.plot]{prp}}.
#'
#' @export
plotnice.spotTreeModel <- function(x,...){
rpart.plot(x$fit)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.