trast | R Documentation |
For some home-range estimation methods (e.g., KDE) a template raster is needed. This functions helps to quickly create such a template raster.
make_trast(x, ...)
## S3 method for class 'track_xy'
make_trast(x, factor = 1.5, res = max(c(extent_max(x)/100, 1e-09)), ...)
x |
|
... |
Further arguments, none implemented. |
factor |
|
res |
|
A RastLayer
without values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.