print.nbp {NBPSeq}R Documentation

Print summary of an NBP Object

Description

Print contents of an NBP object, output from prepare.nbp, estimate.disp, or nbp.test.

Usage

## S3 method for class 'nbp'
print(x, subset = 1:10, ...)

Arguments

x

Output from prepare.nbp, estimate.disp, or nbp.test.

subset

indices of rows of the count matrix to be printed.

...

other parameters (for future use).

See Also

nbp.test.

Examples

## See the example for nbp.test

[Package NBPSeq version 0.3.1 Index]