plot_well_plate_shiny: Visualize the well plate

View source: R/shiny-functions.R

plot_well_plate_shinyR Documentation

Visualize the well plate

Description

Visualize the well plate

Usage

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
)

Arguments

wp_df

A well-plate data.frame.

selected_wells_df

A subsetted well-plate data.frame or NULL.

aes_fill

Character value. Variable of wp_df to map on the fill-aesthetic.

aes_color

Character value. Variable of wp_df to map on the color-aesthetic.

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.

Value

A ggplot.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.