Discretise: Discretise transects and map detections to spatial grid

Description Usage Arguments Value

View source: R/discretise.R

Description

Discretise transects and map detections to spatial grid

Usage

1

Arguments

ds

distance sampling data (see mds function)

Value

list of two matrices: $dtrans matrix with (transect ID, number of observations made, total time steps) $ddata contains row for each detection with (transect id, grid cell detection was recorded in, x distance, y distance, exact time of detection) $numcells contains number of grid cells in total space, x-distance, y-distance $ymax maximum distance in the y direction (usually longest line transect or radial distance for points) $T length of survey in time steps


r-glennie/moveds documentation built on Dec. 9, 2019, 9:42 p.m.