plotWL {bioclim} | R Documentation |
Function to plot Walter and Lieth diagram
Description
Function to plot Walter and Lieth diagram.
Usage
plotWL(t, p)
Arguments
t |
Monthly average temperature data (12 nueric values). |
p |
Monthly average precipitation data (12 nueric values). |
Value
Plot of Walter and Lieth diagram
Examples
plotWL(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30))
[Package bioclim version 0.4.0 Index]