Learn R Programming

PKbioanalysis (version 0.5.0)

add_DB: Add double blank (DB) to a plate

Description

Add double blank (DB) to a plate

Usage

add_DB(plate, analytical = FALSE, group = NA)

Value

PlateObj

Arguments

plate

PlateObj object

analytical

logical. If TRUE, the blank is bioanalytical, if FALSE it is analytical.

group

A string for bioanalytical group.

Examples

Run this code
plate <- generate_96() |>
add_DB()

Run the code above in your browser using DataLab