HighestPhotonWindow: Detect the highest canopy photon within moving window

Description Usage Arguments

View source: R/HighestCanopyPhoton.R

Description

Detect the highest canopy photon within moving window

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
HighestPhotonWindow(
  df,
  window = 0.7,
  h_norm = "h_norm",
  beam = c("gt1l", "gt1r", "gt2l", "gt2r", "gt3l", "gt3r"),
  gap_dist = 10,
  min_ph_gap = 20,
  keep_cols,
  dist_along = "dist_along",
  ph_id = "ph_id",
  beam_n = "beam",
  ATL08_class = "ph_class"
)

Arguments

window

mqueinnec/icesat2R documentation built on Feb. 18, 2022, 2:38 a.m.