View source: R/shiny-functions.R
plot_well_plate_shiny | R Documentation |
Visualize the well plate
plot_well_plate_shiny( wp_df, selected_wells_df = NULL, aes_fill, fill_values = NULL, fill_guide = FALSE, aes_color, color_values, color_guide = TRUE, 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.