plotPlatemap: plotPlatemap

Description Usage Arguments Value Examples

View source: R/plotPlatemap.R

Description

Visualisation of an Incucyte platemap

Usage

1

Arguments

pm

Platemap data frame geneated by either importPlatemap or importPlatemapXML functions.

Value

ggplot object

Examples

1
2
3
4
5
6
7
pm_file <- system.file(file='extdata/example.PlateMap', package='IncucyteDRC')
test_pm <- importPlatemapXML(pm_file)
plotPlatemap(test_pm)

library(magrittr)
pm_file2 <- system.file(file='extdata/example2.PlateMap', package='IncucyteDRC')
importPlatemapXML(pm_file2) %>% plotPlatemap()

IncucyteDRC documentation built on May 2, 2019, 8:32 a.m.