wat_rm_attractor: Remove attractor points.

Description Usage Arguments Value

View source: R/func_rmAttractor.r

Description

Remove attractor points.

Usage

1
2
3
4
5
6
7
wat_rm_attractor(
  df,
  atp_xmin = 639470,
  atp_xmax = 639472,
  atp_ymin = 5887143,
  atp_ymax = 5887145
)

Arguments

df

A dataframe which contains capitalised X and Y coordinates.

atp_xmin

The min X coordinates of attractor locations.

atp_xmax

The max X coordinates of attractor locations.

atp_ymin

The min Y coordinates of attractor locations.

atp_ymax

The max Y coordinates of attractor locations.

Value

A data frame of tracking locations with attractor points removed.


pratikunterwegs/watlastools documentation built on Nov. 5, 2021, 2:07 p.m.