R/Misc_methods.R

# Misc methods

get_color_hexa <- function(n) {
    hues = seq(15, 375, length = n + 1)
    hcl(h = hues, l = 65, c = 100)[1:n]
   }
DeprezM/SCsim documentation built on May 10, 2019, 12:53 p.m.