Learn R Programming

bioRad (version 0.6.2)

example_vp: Vertical profile (vp) example

Description

Example of a vp object with name example_vp.

Usage

example_vp

Arguments

Format

An object of class vp with 25 rows and 16 columns.

See Also

  • summary.vp()

Examples

Run this code
# Reload example_vp from package (e.g. in case it was altered)
data(example_vp)

# Get summary info
example_vp

# example_vp was created with
if (FALSE) {
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
example_vp <- read_vpfiles(vpfile)
save(example_vp, file = "data/example_vp.rda")
}

Run the code above in your browser using DataLab