View source: R/fct_subscreen_mosaicPlot.R
subscreen_mosaicPlot | R Documentation |
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"
)
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') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.