Description Usage Arguments Value
This function takes a list of 3D trajectories and calculates the average proportion of time that they expend in each voxel of the grid in which the study area is divided.
1 2 |
synt.list |
list with data frames containing the 3D trajectories to
process. Each element of the list must be a |
raster |
raster dataset ( |
depth.int |
sequence of depth values indicating the breaks into which the vertical axis is cut. |
max.lag |
maximum time period, in hours, above which the segment between two locations will not be included in the rasterization. |
time.step |
time interval, in minutes, into which the trajectory will be interpolated before the rasterization. This parameter is given to the interpPath function. |
parallel |
option to apply the function in parallel (if |
The function returns a RasterStack
object, with one layer for
each depth interval. The name of each layer corresponds to the mean depth
of the interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.