recordPlotHighlight {MetCirc}R Documentation

Return a 'recordedplot' of 'plotCircos' plot with 'highlight=TRUE'

Description

'recordPlotHighlight' returns a 'recordedplot' object of 'plotCircos' with 'highlight=TRUE'

Usage

recordPlotHighlight(type_match, ...)

Arguments

type_match

'character', ordered vector according to type

...

further arguments passed to 'plotCircos'

Details

Helper function for 'shinyCircos'.

Value

'recordedplot'

Author(s)

Thomas Naake, thomasnaake@googlemail.com

Examples

type_match <- c("a_1", "a_2", "a_3", "b_1", "b_2", "b_3", "c_1", "c_2")
MetCirc:::recordPlotHighlight(type_match)

[Package MetCirc version 1.18.0 Index]