plot fluorescence curves
plot.curve(
sample = "all",
target = "Genotype A",
color.target = "firebrick2",
color.offtarget = "cornflowerblue"
)
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.
the target genotype "genotype A".
The color for the target genotype curve (only if not all curves are plotted)
The color for the other genotype curve (only if not all curves are plotted)
a ggplot object