l4_plotprofile: Plot AGBD profile from GEDI level 4A

l4_plotprofileR Documentation

Plot AGBD profile from GEDI level 4A

Description

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.

Usage

l4_plotprofile(gediL4, beam_id = "BEAM0000", tct = NULL)

Arguments

gediL4

data.table or sf_object: obtained with the function l4_getmulti.

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 %).

Value

Returns a ggplot object. See ggplot2::ggplot package.

See Also

l4_plotagb

Examples

data("gedil4")
#plot first beam
l4_plotprofile(gedil4)
#plot all beams
l4_plotprofile(gedil4,beam_id="all")

VangiElia/GEDI4R documentation built on April 8, 2023, 6:13 p.m.