plotWL: Function to plot Walter and Lieth diagram

View source: R/f_plot_indomb.R

plotWLR 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))

bioclim documentation built on Nov. 2, 2023, 6:06 p.m.

Related to plotWL in bioclim...