| gr_density_plot | R Documentation |
This function calculates and plots kernel density estimations for normalized hydrological indices. The function normalizes selected variables by a reference column, computes statistical parameters (mean and standard deviation) to automatically scale the axes, and overlays density lines for comparison across different data groups.
gr_density_plot(df_plot, plot_index, basin_name, cSD)
df_plot |
data frame. |
plot_index |
numeric. The indexes to plot |
basin_name |
character. The name of the basin |
cSD |
numeric. The standard deviation |
No return value, called for the side effect of drawing a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.