ppp: Plotting pressure profile data from Eksigent LC pumps

View source: R/pp.R

pressureProfilePlotR 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 pressureProfile. The data must have an attribute file, time, and Pc.

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",])


protViz/protViz documentation built on Jan. 19, 2024, 8:10 a.m.