assignStation: assignStation

View source: R/assignStation.r

assignStationR Documentation

assignStation

Description

Assigns station number to tows based on proximity.

Usage

assignStation(
  events,
  maxdist = 0.01,
  res = 0.005,
  expwin = 0.05,
  map = NULL,
  lines = F,
  ...
)

Arguments

events

= PBSmapping::EventData of tows

maxdist

= maximum distance between points considered to be the same statiom

res

= resolution of the spatstat.geom::distmap

expwin

= expansion window beyond supplied points that defines the area examined

map

= preset location to pass to bioMap

lines

= logical, if TRUE X1, Y1, X2, Y2 must be supplied to describe the tows

...

additional arguments passed to bioMap

Author(s)

Brad Hubley


BradHubley/SpatialHub documentation built on April 6, 2024, 4:43 p.m.