remove_boundary_points: Remove boundary points.

View source: R/psd.R

remove_boundary_pointsR Documentation

Remove boundary points.

Description

Boundary points are defined as points where the value for any of the selected columns is equal to the maximum or minimum value for that column at that date.

Usage

remove_boundary_points(df, cols, max_only = FALSE)

Arguments

df

Dataframe of particle data with a date column

cols

Columns to use for boundary point definition

max_only

Only remove maximum boundary points

Value

df with boundary points removed.


armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.