Creates an mosaic plot used in Mosaic-tab in Subgroup Explorer
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"
)results data set from subscreencalc
first endpoint variable
second endpoint variable (default:NULL)
third endpoint variable (default: NULL)
reference variable (mosaic size)
background color (default: '#424242')
text color font (default: '#ffffff')
three color scale for mosaic colors (default: c('#00BCFF','gray89','#89D329'))
scale of endpoint values linear or logarithmic (default: 'lin')