add_cs_curve | R Documentation |
Add calibration curve to the plate
add_cs_curve(plate, plate_std, rep = 1)
plate |
PlateObj |
plate_std |
character |
rep |
numeric. Number of replicates. Default is 1. |
PlateObj
plate <- generate_96() |>
add_cs_curve(c(1, 3, 5, 10, 50, 100, 200))
plot(plate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.