Description Usage Arguments Value Examples
this method uses a dataframe of 8x12 values to show the measured value of each well as a colorgradient
1 | concVis96.untrimmed(plate)
|
plate |
the plate to be visualised as dataframe |
a neat looking plot with the absorption intensity as color-gradient
a neat looking matrix with the concentration as color-gradient
1 2 3 4 5 6 | ## Not run:
matrix(rnorm(96), nrow = 8, ncol = 12) %>%
as.data.frame() %>%
concVis96()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.