
Create a binned plot of AGB data
Binned.Rd
This function creates a binned plot of Above Ground Biomass (AGB) data, with points sized according to the number of observations and error bars showing the interquartile range.
Arguments
- x
Numeric vector of reference AGB values.
- y
Numeric vector of mapped AGB values (same length as x).
- caption
Character string for the plot title/caption.
- fname
Character string specifying the output file name for saving the plot. If empty, the plot will be displayed but not saved.
- outDir
Character string specifying the output directory for saving the plot (default: "results").