calculate_dot_size {diceplot} | R Documentation |
Calculate Dynamic Dot Size
Description
Calculates the dot size based on the number of variables.
Usage
calculate_dot_size(num_vars, max_size, min_size)
Arguments
num_vars |
Number of variables. |
max_size |
Maximal dot size for the plot to scale the dot sizes. |
min_size |
Minimal dot size for the plot to scale the dot sizes. |
Value
A numeric value representing the dot size.
[Package diceplot version 0.2.0 Index]