Learn R Programming

bioclim (version 0.4.0)

postemp: Function to Positive Temperature index

Description

Computes Positive Temperature index from monthly temperature.

Usage

postemp(t)

Value

Positive Temperature index

Arguments

t

Monthly average temperature data (12 nueric values).

Examples

Run this code
postemp(rnorm(12, 18, 6))

Run the code above in your browser using DataLab