Learn R Programming

bioRad (version 0.5.2)

example_vp: Vertical profile (vp) example

Description

Example object of class vp with name example_vp.

Usage

example_vp

Arguments

Format

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

Examples

Run this code
# NOT RUN {
# 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
# }
# NOT RUN {
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