make.cex: Calculate point sizes

View source: R/plotting.R

make.cexR Documentation

Calculate point sizes

Description

Returns a vector of cex values for use in plotting points with size dependent on a vector of values. For example, plotting a scatter plot where point size is proportional to population size.

Usage

make.cex(x, min = 0.4, max = 4, log = FALSE, base = 10)

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.