show,chromR-method {vcfR} | R Documentation |
chromR-method
Description
Methods that act on objects of class chromR
Usage
## S4 method for signature 'chromR'
show(object)
## S4 method for signature 'chromR'
plot(x, y, ...)
## S4 method for signature 'chromR'
print(x, y, ...)
## S4 method for signature 'chromR'
head(x, n = 6)
## S4 replacement method for signature 'chromR,character'
names(x) <- value
## S4 method for signature 'chromR'
length(x)
Arguments
object |
an object of class chromR |
x |
an object of class chromR |
y |
not currently used |
... |
Arguments to be passed to methods |
n |
integer indicating the number of elements to be printed from an object |
value |
a character containing a name |
Details
Methods that act on objects of class chromR.
[Package vcfR version 1.15.0 Index]