pressureProfilePlot {protViz} | R Documentation |
Plotting pressure profile data from Eksigent LC pumps
Description
plots the pressure profiles data on a scatter plot Pc
versus time
grouped by time range.
Usage
ppp(data)
Arguments
data |
A data set like |
Details
This is a useful function to generate an overview over a sequence of measurments run with the same LC gradient. It shows the behaviour of the LC pumps basically the pressures over the whole gradient are plotted to spot sources of problems.
Author(s)
Bernd Roschitzki, Christian Trachsel, Christian Panse 2012
Examples
data(pressureProfile)
ppp(pressureProfile[pressureProfile$filename=="F12",])
[Package protViz version 0.7.9 Index]