depth.filter {rLakeAnalyzer}R Documentation

Data filter to remove soak, heave and upcast

Description

Usage

depth.filter(z0, run_length = 20, index = FALSE)

Arguments

z0

depth vector

run_length

Length of run upon which to start the soak removal

index

Logical: Should the function return an index value or actual value?

Value

index values of z0 of filtered data. Will return a warning if the function removed more than 10


[Package rLakeAnalyzer version 1.11.4.1 Index]