chartKarnaughMapLabels {upsetjs} | R Documentation |
specify chart labels
Description
specify chart labels
Usage
chartKarnaughMapLabels(upsetjs, title = NULL, description = NULL)
Arguments
upsetjs |
an object of class |
title |
the chart title |
description |
the chart description |
Value
the object given as first argument
Examples
upsetjsKarnaughMap() %>%
fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
chartKarnaughMapLabels(title = "Test")
[Package upsetjs version 1.11.1 Index]