View source: R/PlotCTS5_USEA.R
PlotCTS5 | R Documentation |
PlotCTS5 : create a pdf file with profile plots
PlotCTS5(
login = "lov",
dataprofile,
PhaseToPlot = c("PRE", "DES", "PAR", "ASC", "SUR"),
add = FALSE,
technical = TRUE,
paper = "A4",
mfrow = c(3, 2),
SensorsToPlot = NULL
)
login |
identifiant used at the beginning of the pdf filename |
dataprofile |
data and technical files read from |
PhaseToPlot |
list of phase to plot |
add |
if false a new pdf will be created. if true all plots will be generated in the current open device |
technical |
if true, technical information will be plotted |
paper |
paper size |
mfrow |
mfrow |
SensorsToPlot |
vector of sensors to include in the plot. If NULL plot all sensors. |
login="lovuse001a"
floatname="ffff"
Meta<-cts5_readMetaSensor(floatname=floatname)
cts5_decode(floatname=floatname,CycleNumber=c,PatternNumber = p,subdir="./CSV")
dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)
dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)
PlotCTS5(login=login,dataprofile,PhaseToPlot=c("PRE","DES","PAR","ASC","SUR"),add=FALSE,technical=TRUE,paper = "A4",mfrow=c(3,2))
# small list of sensors in the terminal
PlotCTS5(dataprofile,add=TRUE,SensorsToPlot=c("ramses","ramses2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.