generate_log_interpolation_function: Return a function interpolating point between (from_x,...

Description Usage Arguments

Description

Return a function interpolating point between (from_x, from_y) and (to_x, to_y) following a logarithmic decay

Usage

1
2
generate_log_interpolation_function(from_x = 0, to_x = 0.05, from_y = 1,
  to_y = 0, t = 10)

Arguments

from_x

numeric start point x

to_x

numeric end point x

from_y

numeric start point y

to_y

numeric end point y

t

numeric logarithmic slope


albertbuchard/r-pipeline documentation built on May 5, 2019, 6:57 p.m.