scale_fontsize: Scale font size

View source: R/ht_clusters.R

scale_fontsizeR Documentation

Scale font size

Description

Scale font size

Usage

scale_fontsize(x, rg = c(1, 30), fs = c(4, 16))

Arguments

x

A numeric vector.

rg

The range.

fs

Range of the font size.

Value

A numeric vector.

Detaisl

It is a linear interpolation.

Examples

x = runif(10, min = 1, max = 20)
# scale x to fontsize 4 to 16.
scale_fontsize(x)

jokergoo/simplifyGO documentation built on Oct. 25, 2023, 9:02 p.m.