# NOT RUN {
res <- AmpSim(cyc = 1:40, Cq = 25)
background <- bg.max(res[, 1], res[, 2])
#just print summary
summary(background)
#assign summary to variable without printing
vals <- summary(background, print = FALSE)
print(vals)
#easily access different values
vals["FDM"]
# }
Run the code above in your browser using DataLab