well_plot | R Documentation |
Plot a Plate Map
well_plot(data, well, value, colour = "black")
data |
Dataframe containing data. |
well |
Name of the column with well IDs. |
value |
Name of the column with the values to plot. |
colour |
Colour of the well borders. |
ggplot2 object.
dat <- wellr::well_plate()[, "well"]
dat$value <- rnorm(96)
well_plot(dat, well, value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.