Last data update: 2014.03.03

R: Temperature meteogram
temperaturesR Documentation

Temperature meteogram

Description

Visualisation of temperatures.

Usage

temperatures(temperature.data,plot.dewt=TRUE,plot.surf=TRUE,
	plot.min_max=TRUE)

Arguments

temperature.data

R dataframe with 6 columns: time in hours, temperature at 2 meters, minimal temperature at 2 meters, maximal temperature at 2 meters, surface temperature, dew point temperature. temperature.data should have at least Temperature and time columns. Dataframe should have nomes as follow: time, Temperature, minT, maxT, Tdew, surf.temp

plot.dewt

Logical, if TRUE plot dew point temperature

plot.surf

Logical, if TRUE plot surface temperature

plot.min_max

Logical, if TRUE plot min and max temperatures

Author(s)

Bogdan Bochenek

Examples

data(example_temperature.data)
temperatures(temperature.data,plot.dewt=TRUE,plot.surf=TRUE,
	plot.min_max=TRUE)

Results