Description Usage Arguments Value
View source: R/shiny-functions.R
Visualize the well plate
1 2 3 4 5 6 7 8 9 10 11 | plot_well_plate_shiny(
wp_df,
selected_wells_df = NULL,
aes_fill,
fill_values,
aes_color,
color_values,
pt_size = 13.5,
pt_stroke = 2,
border = 0.75
)
|
wp_df |
A well-plate data.frame. |
selected_wells_df |
A subsetted well-plate data.frame or NULL. |
aes_fill |
Character value. Variable of |
aes_color |
Character value. Variable of |
pt_size |
Numeric value. Size of points that represent the wells. |
pt_stroke |
Numeric value. Size of border that indicates what has been mapped on the color-aesthetic. |
border |
Numeric value. Distance between the outer wells and the plate's margin. |
A ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.