Description Usage Arguments Details Value See Also Examples
Plots the main title of the plot
1 | gpAddMainTitle(genoplot, main=NULL, ...)
|
genoplot |
a |
main |
(character) the main title of the plot |
... |
any additional parameter to be passed to the text plotting. All R base graphics params are passed along. |
Given a GenoPlot object and a character string, plot the character strings
as the main title of the plot. This function is usually automatically
called by plotGene
.
invisibly returns the given GenoPlot object
1 2 | gp <- plotGene(exons=c("chr1:100-200", "chr2:300-350"))
gpAddMainTitle(gp, main="EXAMPLE", col="red", srt=30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.