get_size_mode {ComplexUpset}R Documentation

Retrieve symbol for given mode that can be used in aesthetics mapping with double bang (⁠!!⁠)

Description

Retrieve symbol for given mode that can be used in aesthetics mapping with double bang (⁠!!⁠)

Usage

get_size_mode(mode, suffix = "_size")

Arguments

mode

the mode to use. Accepted values: exclusive_intersection (alias distinct), inclusive_intersection (alias intersect), inclusive_union (alias union), exclusive_union.

suffix

the column suffix in use as passed to upset_data()


[Package ComplexUpset version 1.3.3 Index]