Learn R Programming

PKbioanalysis (version 0.3.0)

add_cs_curve: Add calibration curve to the plate

Description

Add calibration curve to the plate

Usage

add_cs_curve(plate, plate_std, rep = 1)

Value

PlateObj

Arguments

plate

PlateObj

plate_std

character

rep

numeric. Number of replicates. Default is 1.

Examples

Run this code
plate <- generate_96() |>
 add_cs_curve(c(1, 3, 5, 10, 50, 100, 200))
plot(plate)

Run the code above in your browser using DataLab