Description Usage Arguments Details Value Author(s) See Also Examples
A function to remove the points that are outside the extension of the raster and to maintain, at most one register per pixel.
1 | clean(coord, abio)
|
coord |
data.frame with the coordinates |
abio |
an object with the rasters to be cut. Accepts an object of type RasterStack, generated by the function |
Used internally in function modelos
.
data.frame containing longitude and latitude.
Diogo S. B. Rocha
1 2 3 | fnames <- list.files(path=paste(system.file(package="dismo"), '/ex', sep=''), pattern='grd', full.names=TRUE )
predictors <- raster::stack(fnames)
clean(coord = manimax, abio = predictors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.