# mydata file
filepath <- data_file_path("mydata.xlsx")
mydata <- readxl::read_excel(filepath, sheet = "mydata", n_max = 100)
graph_TRHbivariate(
mydata,
z_func = "calcAH",
LowT = 16, HighT = 25,
LowRH = 40, HighRH = 60,
Temp_range = c(0, 40),
RH_range = c(0, 100),
alpha = 0.7,
limit_caption = "Example limit box"
)
Run the code above in your browser using DataLab