plot.curve | R Documentation |
plot fluorescence curves
plot.curve(
sample = "all",
target = "Genotype A",
color.target = "firebrick2",
color.offtarget = "cornflowerblue"
)
sample |
specify the sample from input.cq std: "all" will plot all curves. Can be Numeric e.g. 100 for dilution series etc. Can be Character e.g. "100" for a normal experiment. |
target |
the target genotype "genotype A". |
color.target |
The color for the target genotype curve (only if not all curves are plotted) |
color.offtarget |
The color for the other genotype curve (only if not all curves are plotted) |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.