summary.vpi {bioRad}R Documentation

Inspect an integrated profile (vpi)

Description

R base functions for inspecting an integrated profile of biological targets (vpi) object.

Usage

## S3 method for class 'vpi'
summary(object, ...)

is.vpi(x)

Arguments

object

A vpi object.

...

Additional arguments affecting the summary produced.

x

A vpi object.

Details

A integrated profile of biological targets is a specially classed data.frame generated by the function integrate_profile() with the following quantities:

Value

For summary.vpi(): prints summary of the vpi object.

For is.vpi(): TRUE for an object of class vpi, otherwise FALSE.

See Also

Examples

# Load the example vertical profile time series and integrate to a vpi
vpi <- integrate_profile(example_vpts)

# Check if it is an object of class vpi
is.vpi(vpi)

# Get summary info
summary(vpi)

[Package bioRad version 0.7.3 Index]