pcr_plot: Plot qPCR results

View source: R/pcr_plot.R

pcr_plotR Documentation

Plot qPCR results

Description

Plot qPCR results

Usage

pcr_plot(x, ...)

## S3 method for class 'pcr'
pcr_plot(x, ...)

## S3 method for class 'data.frame'
pcr_plot(x, ...)

Arguments

x

a pcr object or data.frame

Value

a ggplot

Examples

system.file("extdata", "untidy-pcr-example.xls", package = "amplify") |>
  pcr_tidy() |>
  pcr_rq("RD1") |>
  pcr_plot()

KaiAragaki/amplify documentation built on Oct. 14, 2024, 11:46 p.m.