plot.sits_model: Message for models whose plots are not available

View source: R/sits_plot.R

plot.sits_modelR Documentation

Message for models whose plots are not available

Description

Plots trees in an extreme gradient boosting model.

Usage

## S3 method for class 'sits_model'
plot(x, ...)

Arguments

x

Object of class "sits_model".

...

Further specifications for plot.

Value

Called for side effects

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

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)
}

sits documentation built on Jan. 14, 2026, 5:06 p.m.