plot_kinetics_plate | R Documentation |
plot_kinetics_plate()
takes data imported by read_kinetic_TECAN()
and
generates overview plots for each plate in a specified directory
plot_kinetics_plate(
data,
plate_type = "96",
path = "raw_plots",
width = 450,
height = 300
)
data |
A data frame imported by |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.