as.vpts | R Documentation |
Convert a dataframe into a vpts object
as.vpts(data)
data |
a dataframe created from a VPTS CSV file |
a bioRad vpts object
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.