View source: R/server_related_functions.R
PlotListOfCatalogsToPdf | R Documentation |
Plot List of catalogs to Pdf
PlotListOfCatalogsToPdf(
list.of.catalogs,
file,
plot.SBS12 = FALSE,
cex = 0.8,
grid = TRUE,
upper = TRUE,
xlabels = TRUE,
ylim = NULL
)
list.of.catalogs |
List of catalogs in |
file |
The name of the PDF file to be produced. |
plot.SBS12 |
Only meaningful for class |
cex |
Has the usual meaning. Taken from |
grid |
A logical value indicating whether to draw grid lines. Only implemented for SBS96Catalog, DBS78Catalog, IndelCatalog, ID166Catalog. |
upper |
A logical value indicating whether to draw horizontal lines and the names of major mutation class on top of graph. Only implemented for SBS96Catalog, DBS78Catalog, IndelCatalog, ID166Catalog. |
xlabels |
A logical value indicating whether to draw x axis labels. Only
implemented for SBS96Catalog, DBS78Catalog, IndelCatalog, ID166Catalog.
If |
ylim |
Has the usual meaning. Only implemented for SBS96Catalog, IndelCatalog, ID166Catalog. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.