Skip to content

Commit

Permalink
fix example error
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLipe committed Apr 25, 2024
1 parent 9efac95 commit ade19af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sits_machine_learning.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' # Retrieve the samples for Mato Grosso
#' # train a random forest model
#' rf_model <- sits_train(samples_modis_ndvi,
#' ml_method = sits_rfor(mtry = 20)
#' ml_method = sits_rfor
#' )
#' # classify the point
#' point_ndvi <- sits_select(point_mt_6bands, bands = "NDVI")
Expand Down

0 comments on commit ade19af

Please sign in to comment.