hydrograph | R Documentation |
hydrograph
Plot hydrograph
hydrograph
hydrograph(
x,
legend.position = "bottom",
unit = rep("", ncol(x)),
col = c(3, 4),
heights = c(3, 7),
bg = TRUE,
ylabs = NULL
)
x |
time-seres matrix. The first column will be plot on top subfigure. |
legend.position |
Location to put the legend for discharge. |
unit |
Unit of the variables. |
col |
colors of each variable. |
heights |
Heights of top (rainfall) figure and bottom (discharge) figure |
bg |
Whether plot the background rectangles. |
ylabs |
ylab for top and bottom plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.