normfluodbfplots: Plot Plate - Favorite is Fluostar style

normfluodbfplotsR Documentation

Plot Plate - Favorite is Fluostar style

Description

Plot Plate - Favorite is Fluostar style

Usage

## S3 method for class ''96well_plate''
plot(
  x,
  whichplot = 1,
  fluorstarplot = 1 %in% whichplot,
  superimpose = 2 %in% whichplot,
  plate_layout = 3 %in% whichplot,
  plot_side_by_side = 4 %in% whichplot,
  legend_labels = NULL,
  plot_name = NULL,
  ...
)

## S3 method for class ''384well_plate''
plot(
  x,
  whichplot = 1,
  fluorstarplot = 1 %in% whichplot,
  superimpose = 2 %in% whichplot,
  plate_layout = 3 %in% whichplot,
  plot_side_by_side = 4 %in% whichplot,
  legend_labels = NULL,
  plot_name = NULL,
  ...
)

## S3 method for class ''1536well_plate_t1''
plot(
  x,
  whichplot = 1,
  fluorstarplot = 1 %in% whichplot,
  superimpose = 2 %in% whichplot,
  plate_layout = 3 %in% whichplot,
  plot_side_by_side = 4 %in% whichplot,
  legend_labels = NULL,
  plot_name = NULL,
  ...
)

## S3 method for class ''1536well_plate_t2''
plot(
  x,
  whichplot = 1,
  fluorstarplot = 1 %in% whichplot,
  superimpose = 2 %in% whichplot,
  plate_layout = 3 %in% whichplot,
  plot_side_by_side = 4 %in% whichplot,
  legend_labels = NULL,
  plot_name = NULL,
  ...
)

Arguments

x

plot requirement

whichplot

int

fluorstarplot

whichplot = 1

superimpose

whichplot = 2

plate_layout

whichplot = 3

plot_side_by_side

whichplot = 4

legend_labels

labels whichplot = 2,4

plot_name

plot name

...

additional parameters

Value

plot object

print plot (return plate)

print plot (return plate)

print plot (return plate)

print plot (return plate)

Examples

## Not run: plot(plate, whichplot = 1)

normfluodbf documentation built on Sept. 28, 2024, 1:06 a.m.