View source: R/f_plot_indomb.R
plotWL | R Documentation |
Function to plot Walter and Lieth diagram.
plotWL(t, p)
t |
Monthly average temperature data (12 nueric values). |
p |
Monthly average precipitation data (12 nueric values). |
Plot of Walter and Lieth diagram
plotWL(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.