revdep/checks.noindex/plotmo/old/plotmo.Rcheck/tests/test.plotmo.R

# test.plotmo.R
# This does a basic sanity test of plotmo.
# For more comprehensive tests, see plotmo/inst/slowtests.
library(plotmo)
library(rpart)
data(kyphosis)
rpart.model <- rpart(Kyphosis~., data=kyphosis)
plotmo(rpart.model, type="vec", trace=1)
gbm-developers/gbm documentation built on Feb. 16, 2024, 6:13 p.m.