cexfun: Returns a numeric vector suitable of cex values for plot...

View source: R/graphics.R

cexfunR Documentation

Returns a numeric vector suitable of cex values for plot symbols

Description

Returns a numeric vector suitable of cex values for plot symbols

Usage

cexfun(x = 1:10, big = 1.5, small = 0.5, what = c("simple", "bigfirst",
  "linear")[1])

Arguments

x

a numeric vector - we only care about its length

big

numeric, cex values for big symbols

small

numeric, cex values for small symbols

what

character

  • 'simple' are small size

  • 'linear' points are scales from big to small

  • 'bigfirst' first point is big all others small

Value

numeric vector suitable for cex


BigelowLab/tetramers documentation built on April 3, 2022, 8:22 p.m.