concVis96.untrimmed: Visualisation of a 96-Wellplate (concentration) without...

Description Usage Arguments Value Examples

View source: R/conc_vis_96.R

Description

this method uses a dataframe of 8x12 values to show the measured value of each well as a colorgradient

Usage

1

Arguments

plate

the plate to be visualised as dataframe

Value

a neat looking plot with the absorption intensity as color-gradient

a neat looking matrix with the concentration as color-gradient

Examples

1
2
3
4
5
6
## Not run: 
 matrix(rnorm(96), nrow = 8, ncol = 12) %>%
  as.data.frame() %>%
  concVis96()
## End(Not run)
  

Utzi1/Biotech documentation built on July 4, 2020, 9:37 a.m.