plotDefaultPlotParams: plotDefaultPlotParameters

View source: R/plotDefaultPlotParams.R

plotDefaultPlotParamsR Documentation

plotDefaultPlotParameters

Description

Creates a karyoplot with the default parameters drawn.

Usage

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


kp <- plotDefaultPlotParams(plot.type=2)

 

bernatgel/karyoploteR documentation built on Feb. 1, 2024, 11:48 p.m.