knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(wellr)

This will demonstrate Wellr

Some of the functions that might be useful.

plate <- well_plate(8, 12)


plate$value <- seq(nrow(plate))


well_df_to_mat(plate, "value")


rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.