Description Usage Arguments Author(s) See Also Examples
plot is a generic function for plotting of R objects.
The function invokes particular methods which depend on the class of the first argument.
1 2 3 |
x |
[Enrichment]: an object of class |
what |
[character or vector(numeric)]: default |
type |
[vector(character)]: plot the selected analysis for |
ggplot |
[logical]: use ggplot (default |
pvalue |
[logical]: if |
... |
[any]: Arguments to be passed to methods, such as graphical parameters (see |
Mickael Canouil mickael.canouil@good.ibl.fr
Overview : snpEnrichment-package
Classes : Enrichment, Chromosome, EnrichSNP
Methods : plot, reSample, getEnrichSNP, excludeSNP, compareEnrichment,
enrichment, is.enrichment, chromosome, is.chromosome
Functions : initFiles, writeLD, readEnrichment
1 2 3 4 | ## Not run: data(toyEnrichment)
reSample(toyEnrichment, 10)
plot(toyEnrichment)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.