View source: R/plotDefaultPlotParams.R
plotDefaultPlotParams | R Documentation |
Creates a karyoplot with the default parameters drawn.
plotDefaultPlotParams(plot.type=2, plot.params=NULL, ...)
plot.type |
(numeric) plot the params of this plot type. Currently, only plot types 2 and 3 are accepted. (defaults to 2) |
plot.params |
(a plot params object) a plot params object such the one returned by |
... |
The ellipsis operator can be used to pass any additional graphics parameter |
Given a plot.type, this function creates a new karyoplot with lines and arrows showing the meaning and values of the plot.params
Returns the original karyoplot object, unchanged.
plotKaryotype
kp <- plotDefaultPlotParams(plot.type=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.