plot_kinetics_plate: Plot plate overview

plot_kinetics_plateR Documentation

Plot plate overview

Description

plot_kinetics_plate() takes data imported by read_kinetic_TECAN() and generates overview plots for each plate in a specified directory

Usage

plot_kinetics_plate(
  data,
  plate_type = "96",
  path = "raw_plots",
  width = 450,
  height = 300
)

Arguments

data

A data frame imported by read_kinetic_TECAN()

plate_type

Type of plates used. Has to be either "96" or "384". (default is "96")

path

Output path for the generated plots

width

Width of the plots in mm, defaults to 400

height

Height of the plots in mm, defaults to 300


Jonas-Wilhelm/jwtools documentation built on April 14, 2025, 4:10 a.m.