ramp_threshold | R Documentation |
For details, see http://dx.doi.org/10.1016/j.cag.2012.03.004
ramp_threshold(x, eta, phi)
x |
a numeric vector |
eta |
threshold |
phi |
smoothing parameter |
a numeric vector
x = seq( from = 0, to = 1, by = 0.01 ) plot(x, ramp_threshold( x, 0.5, 6 ))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.