R/dot_size.R

Defines functions dot_size

dot_size <- function(n){
  (1 / exp(0.005 * (n - 1))) * 3
}

Try the inspectdf package in your browser

Any scripts or data that you put into this service are public.

inspectdf documentation built on Aug. 9, 2022, 9:05 a.m.