Learn R Programming

bioRad (version 0.9.1)

as.vp: Convert a dataframe into a vp object

Description

Convert a dataframe into a vp object

Usage

as.vp(data)

Value

a bioRad vp object

Arguments

data

a dataframe created from a VPTS CSV file

Examples

Run this code
# load vp data as a data.frame:
df <- as.data.frame(example_vp)
# convert the data.frame to a vp object:
as.vp(df)

Run the code above in your browser using DataLab