show,scNMFSet-method {ccfindR} | R Documentation |
Display the class and dimension of an object
Object name itself on command line or (show(object))
will display
class and dimensionality
## S4 method for signature 'scNMFSet' show(object)
object |
Object of class |
NULL
s <- scNMFSet(matrix(rpois(n=12,lambda=3),4,3)) show(s)