Learn R Programming

dupiR (version 1.0)

Counts: Class "Counts" -- a container for measurements information and inference results

Description

This is the main class for the present package.

Arguments

Objects from the Class

Objects should be created with calls to newCounts.

See Also

newCounts

Examples

Run this code
# create an object of class 'Counts' by using new
new('Counts', counts = c(30, 35), fractions = c(0.075, 0.1))

#or by means of the constructor
newCounts(counts = c(30, 35), fractions = c(0.075, 0.1))

Run the code above in your browser using DataLab