Skip to contents

This function reads TinyTag CSV data (e.g. from growth chambers), cleans it, and generates a dual-axis ggplot showing temperature and humidity.

Usage

tinyTag_plot(file_path, title = "TinyTag Data")

Arguments

file_path

Object with Path to the CSV file to read.

title

Plot title. Defaults to "TinyTag Data".

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
TinyTag_plot("Growth chamber/Large_growth_chamber.csv", title = "Large Growth Chamber")
} # }