Learn R Programming

meteogRam (version 1.0)

temperatures: 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

Examples

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

Run the code above in your browser using DataLab