View source: R/HighestCanopyPhoton.R
Detect the highest canopy photon within moving window
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"
)
|
window |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.