calculate_dot_size: Calculate Dynamic Dot Size

View source: R/utils.R

calculate_dot_sizeR 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.


diceplot documentation built on June 25, 2025, 1:08 a.m.