Learn R Programming

sits (version 1.5.4)

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

Description

Plots trees in an extreme gradient boosting model.

Usage

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

Value

Called for side effects

Arguments

x

Object of class "sits_model".

...

Further specifications for plot.

Author

Gilberto Camara, gilberto.camara@inpe.br

Examples

Run this code
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)
}

Run the code above in your browser using DataLab