Skip to contents

Use this tool to produce a simple temperature and humidity plot

Usage

graph_TRH(mydata, Date = "Date", Temp = "Temp", RH = "RH")

Arguments

mydata

A data frame containing the date, temperature, and relative humidity data.

Date

The name of the column in mydata containing date information.

Temp

The name of the column in mydata containing temperature data.

RH

The name of the column in mydata containing relative humidity data.

Value

A ggplot graph of temperature and relative humidity.

Examples

graph_TRH(mydata, Date = "Date", Temp = "Temp", RH = "RH")
#> Scale for y is already present.
#> Adding another scale for y, which will replace the existing scale.