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 track_xy
make_trast(x, factor = 1.5, res = max(c(extent_max(x)/100, 1e-09)), ...)
A RastLayer
without values.
[track_xy, track_xyt]
A track created with make_track
.
Further arguments, none implemented.
[numeric(1)=1.5]{>= 1}
Factor by which the extent of the relocations is extended.
[numeric(1)]
Resolution of the output raster.