plot_sensors: Plots the sensor data from a file

Description Usage Arguments See Also

View source: R/sensors.r

Description

Plots the sensor data from a file

Usage

1
2
plot_sensors(data, sensors = get_sensors()$id, output, w = 7, h = 7,
  xres = "30 min")

Arguments

data

a data.frame as from load_data

sensors

a character vector giving the names of the sensors to plot

output

an output file name; if empty, the plot will be shown on screen. The extension on the file name will determine the format

w

the image width in inches, if printing to file

h

the image height in inches, if printing to file

xres

the temporal resolution of the x axis

See Also

ggplot2::ggsave for valid image formats


jkeirstead/suslabs documentation built on May 19, 2019, 11:41 a.m.