View source: R/CTS5_USEA_technical.R
cts5_PlotTechnical | R Documentation |
Plot Technical informations in one plot
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")
)
tech |
technical data read from |
output |
name of the pdf file |
floatname |
name of the float to add on the plot |
toplot |
list of information to plot |
a data.frame
tech<-cts5_readalltech()
cts5_PlotTechnical(tech,output="Plot_technical.pdf",floatname=tech$floatname[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.