figshare
Browse
1/1
6 files

Predicted rasters (.gri files) of 30 triatomine vectors

Download all (1.55 GB) This item is shared privately
dataset
modified on 2020-05-17, 22:28
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"]])