add_cs_curve: Add calibration curve to the plate

View source: R/plate.R

add_cs_curveR Documentation

Add calibration curve to the plate

Description

Add calibration curve to the plate

Usage

add_cs_curve(plate, plate_std, rep = 1, group = NA)

Arguments

plate

PlateObj

plate_std

character

rep

numeric. Number of technical replicates. Default is 1.

group

A string for bioanalytical group.

Value

PlateObj

Examples

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

PKbioanalysis documentation built on Jan. 15, 2026, 1:06 a.m.