Learn R Programming

diceplot (version 0.1.7)

calculate_dot_size: 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)

Value

A numeric value representing the dot 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.