temperatures: Temperature meteogram

Description Usage Arguments Author(s) Examples

Description

Visualisation of temperatures.

Usage

1
2
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

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

Example output

Loading required package: ggplot2
Loading required package: RadioSonde

meteogRam documentation built on May 2, 2019, 3:41 a.m.