R/dot_size.R

Defines functions dot_size

dot_size <- function(n){
  (1 / exp(0.005 * (n - 1))) * 3
}
alastairrushworth/reporter documentation built on Aug. 10, 2022, 7:56 a.m.