| plot.sits_model | R Documentation |
Plots trees in an extreme gradient boosting model.
## S3 method for class 'sits_model'
plot(x, ...)
x |
Object of class "sits_model". |
... |
Further specifications for plot. |
Called for side effects
Gilberto Camara, gilberto.camara@inpe.br
if (sits_run_examples()) {
# Retrieve the samples for Mato Grosso
# train an extreme gradient boosting
svm_model <- sits_train(samples_modis_ndvi,
ml_method = sits_svm()
)
plot(svm_model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.