summary.inDep {AssocBin} | R Documentation |
The 'summary' and 'plot' methods outlined here support the quick description of an 'inDep' object.
## S3 method for class 'inDep'
summary(object, ...)
## S3 method for class 'inDep'
plot(x, ..., which = 1:5, border = "black")
object |
'inDep' object to summarize |
... |
additional arguments to pass on to the method |
x |
object with class 'inDep' |
which |
indices of binnings to display from 'x', where binnings are ordered by increasing p-value |
border |
colour of borders to be drawn on the binnings |
Methods
For each index in 'which', this function produces a row of three plots. The first plot is the raw data, the second plot is the ranks of the data, and the final plot is the binning contained in the 'inDep' object.
Nothing for the plot method, while summary quietly returns a summary of 'inDep'
summary(inDep)
: Summary method for 'genome'
plot(inDep)
: Plot method for 'genome'
Chris Salahub