Learn R Programming

rangemap (version 0.1.18)

sp_model: An ecological niche model created with Maxent

Description

A RasterLayer containing an ecological niche model for the a tick (Amblyomma americanum).

Arguments

Value

No return value, used with function raster to bring an example of ecological niche modeling output.

Format

A RasterLayer with 150 rows, 249 columns, and 37350 cells:

Suitability

suitability, in probability values.

Examples

Run this code
# NOT RUN {
model <- raster::raster(system.file("extdata", "sp_model.tif",
                                    package = "rangemap"))

raster::plot(model)
# }

Run the code above in your browser using DataLab