iso_days: Determination of temperature isotherms.

Description Usage Arguments Value

View source: R/iso_days.R

Description

Calculation of temperature isotherms for image plot (see image_cycle_elev()) based on temperature data (usually after applying moving average filter).

Usage

1
iso_days(data_in, isotherm = 0, meta_stat, smoo_val = 0.75)

Arguments

data_in

Input temperature data after moving average statistics to get mean yearly cycles of temperature of stations.

isotherm

What isotherm to calculate (e.g. 0 for 0°C isotherm)

meta_stat

Station meta information.

smoo_val

Smooth values using LOESS (f = smoo_val)

Value

Days of the year which closest to selected isotherm.


ERottler/alptempr documentation built on May 7, 2021, 1:12 a.m.