plot_layout: Plot a plate layout

Description Usage Arguments Details Author(s) See Also Examples

Description

Visualisation of a plate's sample. This draws a plot of a selected plate where each graphical element can be changed to display sample information.

Usage

1
plot_layout(object, plate_name = NULL, ...)

Arguments

object

A blum or slum. The object containing the experiment to plot.

plate_name

A character. The name of the plate to plot.

...

Additional arguments to be passed to ggplot2's geom_polygon function.

Details

The information passed in the additional aguments must be available in the phenoData slot of the object.

Author(s)

Renan Sauteraud

See Also

geom_polygon

Examples

1
#plot_layout(blum, "plate1", fill="sample_type", col = "concentration")

RGLab/LumiR documentation built on May 8, 2019, 5:51 a.m.