figshare
Browse
1/1
6 files

Predicted rasters (.gri files) of 30 triatomine vectors

dataset
posted on 2020-05-17, 22:28 authored by Andreas BenderAndreas Bender
The data files contain .gri objects that contain the predicted relative probability of occurrence for 30 traitomine species (Chagas vectors). The files consist of the predicted probabilities (`predicted-maps-tgb-revision.grd`) and the respective lower (`predicted-cil-tgb-revision.grd`) and upper (`predcited-ciu-tgb-revision.grd`) confidence intervals. Each layer in the raster brick represents one species.

They can be read into R using command `raster::brick`. For example:

pred_maps <- raster::brick("predicted-maps-tgb.grd")
sp::plot(pred_maps[["Panstrongylus.megistus"]])

History