Skip to contents

View the absorbances of an analyzed qp as they were on the plate

Usage

qp_plot_plate(x, size = 15)

Arguments

x

A data.frame with .row, .col, and .abs columns

size

The size of the points used to illustrate the wells. Passed to geom_point.

Value

a ggplot

Examples

qp_plot_plate(absorbances)