View source: R/sdm_spec_maxent.R
sdm_spec_maxent | R Documentation |
This function returns a parsnip::model_spec for a MaxEnt model to be used in Species Distribution Models.
sdm_spec_maxent(..., tune = c("sdm", "all", "custom", "none"))
... |
parameters to be passed to |
tune |
character defining the tuning strategy. Valid strategies are:
|
a parsnip::model_spec of the model.
Other "sdm model specifications":
sdm_spec_boost_tree()
,
sdm_spec_gam()
,
sdm_spec_glm()
,
sdm_spec_rand_forest()
test_maxent_spec <- sdm_spec_maxent(tune = "sdm")
test_maxent_spec
# setting specific values
sdm_spec_maxent(tune = "custom", feature_classes = "lq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.