l4_plotprofile | R Documentation |
The function plot the AGBD values against the along-track elevation profile. The function is mainly used for plotting a single track instead of a full area coverage of GEDI footprints.
l4_plotprofile(gediL4, beam_id = "BEAM0000", tct = NULL)
gediL4 |
|
beam_id |
Character: one of "BEAM0000" "BEAM0001" "BEAM0010" "BEAM0011" "BEAM0101" "BEAM0110" "BEAM1000" "BEAM1011" or "all". |
tct |
Numeric: tree cover threshold from 0 to 100 (in %). |
Returns a ggplot
object. See ggplot2::ggplot package.
l4_plotagb
data("gedil4")
#plot first beam
l4_plotprofile(gedil4)
#plot all beams
l4_plotprofile(gedil4,beam_id="all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.