| summary-bg {chipPCR} | R Documentation | 
Summary bg objects
Description
Summarize bg objects and easily access results of 
bg function.
Usage
## S4 method for signature 'bg'
summary(object, print = TRUE)
Arguments
| object | is a  | 
| print | is a  | 
Author(s)
Stefan Roediger, Michal Burdukiewicz
See Also
Examples
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"]
[Package chipPCR version 1.0-2 Index]