malariaAtlas_covariates: Covariate module: malariaAtlas_covariates

Description Usage Arguments Details Version Date submitted Author(s) See Also

View source: R/malariaAtlas_covariates.R

Description

Get coovariate rasters from the Malaria Atlas Project database.

Usage

1
2
malariaAtlas_covariates(surface = "Plasmodium falciparum PR2-10",
  extent = c(32, 48, 3, 14), year = rep(NA, length(surface)))

Arguments

surface

The surface name. See the title column in malariaAtlas::listRaster for available raster names.

extent

Either a length 4 numeric vector giving min longitude, max longitude, min latitude, max latitude; or an object of class Extent

year

Numeric vector of same lengthh as surface. Which year to use for time varying rasters. NA for the latest year or for static rasters.

Unlike malariaAtlas::getRaster you cannot get multiple years at once. To get multiple years of the same surface you would have to do surface = c('Plasmodium falciparum PR2-10', 'Plasmodium falciparum PR2-10'), year = c(2010, 2011).

Details

See the data explorer www.map.ox.ac.uk/explorer to view available rasters.

Version

1.0

Date submitted

2018-04-19

Author(s)

Tim Lucas, timcdlucas@gmail.com

See Also

malariaAtlas::getraster malariaAtlas::listRaster

Other covariate: AirNCEP, Bioclim_future, Bioclim, CarolinaWrenRasters, LocalRaster, NCEP, NaiveRandomRaster, UKAir, UKBioclim


zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.