Description Usage Arguments Value See Also Examples
This method draws a baplor with the lambda score of each result in the given ResultSet.
1 2 3 4 | plotLambda(object, width = 0.75)
## S4 method for signature 'ResultSet'
plotLambda(object, width = 0.75)
|
object |
An object of class ResultSet |
width |
(default |
A ggplot2 object
plotHits
for a graphical representation of
the hits per analysys, tableLambda
for the lambda
score per analysys, tableHits
for the hists per analysys
1 2 | data("asr", package = "omicRexposome")
plotLambda(asr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.