as.vp | R Documentation |
Convert a dataframe into a vp object
as.vp(data)
data |
a dataframe created from a VPTS CSV file |
a bioRad vp object
# load vp data as a data.frame:
df <- as.data.frame(example_vp)
# convert the data.frame to a vp object:
as.vp(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.