subscreen_mosaicPlot {subscreen} | R Documentation |
Creates an mosaic plot used in Mosaic-tab in Subgroup Explorer
Description
Creates an mosaic plot used in Mosaic-tab in Subgroup Explorer
Usage
subscreen_mosaicPlot(
res,
mos.x,
mos.y = NULL,
mos.y2 = NULL,
mos.z,
col.bg = c("#424242"),
col.txt = c("#ffffff"),
colrange.z = c("#00BCFF", "gray89", "#89D329"),
scale = "lin"
)
Arguments
res |
results data set from subscreencalc |
mos.x |
first endpoint variable |
mos.y |
second endpoint variable (default:NULL) |
mos.y2 |
third endpoint variable (default: NULL) |
mos.z |
reference variable (mosaic size) |
col.bg |
background color (default: '#424242') |
col.txt |
text color font (default: '#ffffff') |
colrange.z |
three color scale for mosaic colors (default: c('#00BCFF','gray89','#89D329')) |
scale |
scale of endpoint values linear or logarithmic (default: 'lin') |
[Package subscreen version 4.0.1 Index]