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