Learn R Programming

bioRad (version 0.5.1)

example_vp: Example object of class vp

Description

Example of a vp object with name example_vp. Can be created with calculate_vp or read from file with read_vpfiles.

Usage

example_vp

Arguments

Format

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

Examples

Run this code
# NOT RUN {
# get summary of example vp:
summary(example_vp)

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

Run the code above in your browser using DataLab