
Create a scatter plot of AGB data
Scatter.Rd
This function creates a simple scatter plot of Above Ground Biomass (AGB) data with a 1:1 line.
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").