clean_exclusion_size: Function to exclude particles based on their size

View source: R/clean.R

clean_exclusion_sizeR Documentation

Function to exclude particles based on their size

Description

All particles below a lower size limit and above an upper size limit are removed from the data set.

Usage

clean_exclusion_size(data, lower.size, upper.size, diam)

Arguments

data

A data frame that will be manipulated.

lower.size

The lower size that is used as cut-off value.

upper.size

The upper size that is used as cut-off value.

diam

A vector inside the data that contains a measure of the particles diameter.

Author(s)

Uwe Schnepf


UweSchnepf/MPA documentation built on July 1, 2022, 2:11 a.m.