plotDefaultPlotParams: plotDefaultPlotParameters

Description Usage Arguments Details Value See Also Examples

View source: R/plotDefaultPlotParams.R

Description

Creates a karyoplot with the default parameters drawn.

Usage

1
plotDefaultPlotParams(plot.type=2, plot.params=NULL, ...)

Arguments

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 getDefaultPlotParams. If specified, it will be used to create the plots.

...

The ellipsis operator can be used to pass any additional graphics parameter

Details

Given a plot.type, this function creates a new karyoplot with lines and arrows showing the meaning and values of the plot.params

Value

Returns the original karyoplot object, unchanged.

See Also

plotKaryotype

Examples

1
2
3
kp <- plotDefaultPlotParams(plot.type=2)

 

karyoploteR documentation built on Nov. 8, 2020, 5:52 p.m.