Plot qPCR results
pcr_plot.Rd
Plot qPCR results
Usage
pcr_plot(x, ...)
# S3 method for class 'pcr'
pcr_plot(x, ...)
# S3 method for class 'data.frame'
pcr_plot(x, ...)
Examples
system.file("extdata", "untidy-pcr-example.xls", package = "amplify") |>
pcr_tidy() |>
pcr_rq("RD1") |>
pcr_plot()
#> Error in pcr_tidy(system.file("extdata", "untidy-pcr-example.xls", package = "amplify")): could not find function "pcr_tidy"