Learn R Programming

dupiR (version 1.0)

newCounts: Constructor of objects of class Counts

Description

Constructor of objects of class Counts

Arguments

See Also

Counts-class

Examples

Run this code
K <- newCounts( counts = c(20,30), fractions = c(0.075, 0.10))
K
#or (a little bit more informative) use:
summary(K)

Run the code above in your browser using DataLab