pcr_plot | R Documentation |
Plot qPCR results
pcr_plot(x, ...)
## S3 method for class 'pcr'
pcr_plot(x, ...)
## S3 method for class 'data.frame'
pcr_plot(x, ...)
x |
a |
a ggplot
system.file("extdata", "untidy-pcr-example.xls", package = "amplify") |>
pcr_tidy() |>
pcr_rq("RD1") |>
pcr_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.