InTransect: Computes what grid cells are inside and outside transect

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Computes what grid cells are inside and outside transect

Usage

1
InTransect(num_cells, strip_size, dx, w, ymax, buffer, type)

Arguments

num_cells

number of cells in (total, x, y) direction

strip_size

size of strip in (x,y) directions

dx

grid cell size

w

for lines, half-width, for points radius

ymax

maximum forward distance for lines

buffer

distance

type

=0 for lines, =1 for points

Value

vector with 1 for each grid cell inside and 0 otherwise


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