NaiveRandomRaster: Naive Random Raster

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

Description

Creates a random raster layer within the extent given

Usage

1
2
NaiveRandomRaster(extent = c(-10, 10, 45, 65), res = 0.5, seed = NULL,
  projection = "+proj=longlat +datum=WGS84")

Arguments

extent

A numeric vector of length 4 giving the coordinates of the rectangular region within which to create the raaster. order: xmin, xmax, ymin, ymax. By default the extent of the UK

res

Numeric giving the resolution of the raster to produce. 1 is one cell per degree, 0.5 means one cell per half degree.

seed

Used with set.seed to set a seed. Default NULL, no seed is used

projection

The projecdtion for your raster (as a proj4string), defaults to lat/long

Version

0

Date submitted

2016-06-02

Author(s)

ZOON Developers, zoonproject@gmail.com

See Also

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


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