Main Title and Linkage Group Titles
The main parameter is used for a title for the entire drawing and defaults to NULL. By default, each linkage group name is printed above the linkage group. To turn off linkage group names printing use prtlgtitles=FALSE. You can override the linkage group names to be printed by using the lgtitles parameter. The magnification, font and color of the linkage group titles and the main title can be adjusted with the following parameters:
- cex.lgtitle - Default is par(“cex.main”)
- cex.main - Default is par(“cex.main”)
- col.lgitle - Default is par(“col.main”)
- col.main - Default is par(“col.main”)
- font.lgtitle - Default is par(“font.main”)
- font.main - Default is par(“font.main”)
outfile = file.path(tempdir(), "hyper_titles.pdf")
lmv.linkage.plot(hyper,outfile,mapthese=c(1,4,6,15),col.lgtitle = "blue",cex.lgtitle=2,
col.main = "red",main="Overall Title for the Output Map")
#> Required pdf.width = 13.686
#> Required pdf.height = 4.23313333333333
#> Using pdf.width = 14
#> Using pdf.height = 5