show-scNMFSet-method: Display object

Description Usage Arguments Value Examples

Description

Display the class and dimension of an object

Object name itself on command line or (show(object)) will display class and dimensionality

Usage

1
2
## S4 method for signature 'scNMFSet'
show(object)

Arguments

object

Object of class scNMFSet

Value

NULL

Examples

1
2
s <- scNMFSet(matrix(rpois(n=12,lambda=3),4,3))
show(s)

ccfindR documentation built on Nov. 8, 2020, 5:12 p.m.