Learn R Programming

protViz (version 0.7.9)

pressureProfilePlot: 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.

Author

Bernd Roschitzki, Christian Trachsel, Christian Panse 2012

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.

Examples

Run this code

    data(pressureProfile)
    ppp(pressureProfile[pressureProfile$filename=="F12",])

Run the code above in your browser using DataLab