Plot the hypsometry curve of one or more basins
p_hypso(
file,
abbrev,
prop = FALSE,
range = 50,
fact = 5,
title = "Title",
savefig = FALSE,
width = 8,
height = 6,
fileo = "plot.png"
)
An object of ggplot2 class
Raster file list of elevation model of basin(s)
List of abbreviated basin name(s)
TRUE / FALSE (default) plot a proportion curve of altitude ranges
Width of altitude range (default = 50m)
Exagerating factor of the areas (default=5)
Title of the plot (default = Title)
Save the plot in png (default FALSE)
Plot width (x 100 pixels) (default = 8)
Plot height (x 100 pixels) (default = 6)
Name of plot file with extension (default = "plot.png")
P. Chevallier - Sep 2017- Jun 2023