View source: R/general_functions.R
interpolate_vector | R Documentation |
interpolate ordered numeric vector into n_div intervals betwen successive values
interpolate_vector(vec, n_div)
vec |
numeric vector to interpolate |
n_div |
numeric vector of length 1: number of intervals into which to subdivide successive values of the vector |
numeric vector of length (length(vec) - 1) * n_div + 1: interpolated vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.