powered by
Convert a dataframe into a vpts object
as.vpts(data)
a bioRad vpts object
a dataframe created from a VPTS CSV file
# 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