R/get_derivatives.R

get_derivatives <- function(data) {
  lapply(data, function(curve) { inder(c(1:length(curve)), curve)})
}
PotapovAS/PCRcloudCore documentation built on May 8, 2019, 3:21 a.m.