calc_density | R Documentation |
Calculate density maps along all the lifecycle by YEAR and MONTH
calc_density(ifile, nx, ny, h, lims, islist = FALSE)
ifile |
Character. Input filename. Generally as c_YYYYMM.txt |
nx |
Integer. Bandwidth for x direction. |
ny |
Integer. Bandwidth for x direction. |
h |
Numeric. This is the bandwith. By default it is 1.5 |
lims |
Vector. The limits of the rectangle covered by the grid. |
islist |
Logical. If FALSE (default), returns a RasterBrick. If TRUE, returns a list of RasterBricks. |
RasterBrick. If islist = TRUE, return list of RasterBricks
## Not run:
calc_density(ifile = "d_2000_2010.csv",
nx = 800, # Rehbein (2021)
ny = 800, # Rehbein (2021)
h = 2, # Rehbein (2021)
lims = c(c(-82, -40), c(-23, 7))) # para a bacia Amazonica
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.