Learn R Programming

bioRad (version 0.9.1)

as.vpts: Convert a dataframe into a vpts object

Description

Convert a dataframe into a vpts object

Usage

as.vpts(data)

Value

a bioRad vpts object

Arguments

data

a dataframe created from a VPTS CSV file

Examples

Run this code
# locate example file in VPTS CSV format:
df <- read.csv(system.file("extdata", "example_vpts.csv", package = "bioRad"))
# convert the data.frame to a vpts object:
as.vpts(df)

Run the code above in your browser using DataLab