max_light_delta: Find max light in period and smooth light observations

Description Usage Arguments Value

View source: R/max_light_delta.R

Description

Find max light in period and smooth light observations

Usage

1
2
max_light_delta(d, depth = FALSE, period = "6 minutes",
  smooth.delta = 6, smooth.light = 3)

Arguments

d

data frame with Light, Date columns at minimum

depth

discard observations below this dive depth

period

character string, find max Light in the period

smooth.delta

observations to smooth first derivative over

smooth.light

observations to smooth Light over

Value

data frame with smoothed Light and 'delta' column of derivatives


ABindoff/TwilightFree documentation built on March 10, 2021, 2:16 p.m.