powered by
specify chart labels
chartLabels( upsetjs, title = NULL, description = NULL, combination.name = NULL, combination.name.axis.offset = NULL, set.name = NULL, set.name.axis.offset = NULL, bar.label.offset = NULL )
the object given as first argument
an object of class upsetjs or upsetjs_proxy
upsetjs
upsetjs_proxy
the chart title
the chart description
the label for the combination chart
the offset of the combination label from the axis in pixel
the label for the set chart
the offset of the set label from the axis in pixel
the offset of the bar label from the bar in pixel
upsetjs() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>% chartLabels(set.name = "Test")
Run the code above in your browser using DataLab