table_params_circle_scale: Add circle scale parameters

Description Usage Arguments Author(s)

View source: R/table_params.R

Description

Add circle scale parameters

Usage

1
2
3
4
5
6
7
8
table_params_circle_scale(
  d,
  scale_breaks = 10,
  r_min = unit(4, "mm"),
  r_max = unit(10, "mm"),
  d_min = NULL,
  d_max = NULL
)

Arguments

d

data.frame or matrix

scale_breaks

integer indicating the number of differently-sized circles

r_max

unit object indicating the maximum radius

Author(s)

Yoann Pradat


tableExtra documentation built on Oct. 29, 2021, 5:06 p.m.