sigline.RdBuild a sigmoidal line using sigfun
sigline(
x = 0,
xend = 1,
y = 0,
yend = 1,
steps = 50,
sigfun = "erf",
sigx = 1.5
)starting x position. Default = 0
ending x position. Default = 1
starting y position. Default = 0
ending y position. Default = 1
Number of points in the line. Default = 50
The sigmoidal function to use. Currently only supports "erf"
Will generate values for -sigx to +sigx using sigfun, then rescale to x and y params.
a data.frame with x and y coordinates for the sigmoidal line