Learn R Programming

bioclim (version 0.4.0)

plotWL: Function to plot Walter and Lieth diagram

Description

Function to plot Walter and Lieth diagram.

Usage

plotWL(t, p)

Value

Plot of Walter and Lieth diagram

Arguments

t

Monthly average temperature data (12 nueric values).

p

Monthly average precipitation data (12 nueric values).

Examples

Run this code
plotWL(t = rnorm(12, 18, 6), p = rnorm(12, 50, 30))

Run the code above in your browser using DataLab