sigmoid_falloff: Helper function which produces a smooth transition from 1 to...

Description Usage Arguments Author(s) Examples

Description

Helper function which produces a smooth transition from 1 to 0 with a sigmoidal falloff. See example.

Usage

1
sigmoid_falloff(x, size, fsize)

Arguments

x

Input number on x-axis

size

Size of the interpolation

fsize

Size of the fallof part.

Author(s)

Viliam Simko

Examples

1
2
3
x <- 1:100
y <- sigmoid_falloff(x, 100, 20)
plot(x, y)

biggis-project/soh documentation built on May 12, 2019, 8:30 p.m.