cts5_PlotTechnical: Plot Technical informations in one plot

View source: R/CTS5_USEA_technical.R

cts5_PlotTechnicalR Documentation

Plot Technical informations in one plot

Description

Plot Technical informations in one plot

Usage

cts5_PlotTechnical(
  tech,
  output = "Plot_technical.pdf",
  floatname = "",
  mfrow = c(4, 3),
  toplot = c("Date", "Pi", "Vbatt(V)", "Volumes", "HydroActions", "EV/Pump", "Depths",
    "Data", "Iridium", "Commands", "Power", "ALARM")
)

Arguments

tech

technical data read from cts5_readalltech

output

name of the pdf file

floatname

name of the float to add on the plot

toplot

list of information to plot

Value

a data.frame

Examples

tech<-cts5_readalltech()
cts5_PlotTechnical(tech,output="Plot_technical.pdf",floatname=tech$floatname[1])


EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.