Description Usage Arguments Value See Also
View source: R/perturbations.R
Distort a baseline signal by permanently shifting part of the baseline by a specified amount, inserting a sigmoid curve as transition to the new part of the baseline.
1 2 | sim.sigmoid(baseline, range, range_by_time = TRUE, shift,
right_side = TRUE)
|
baseline |
baseline, as generated by function |
range |
indices of affected values. Either a start and end index or the whole range. If length of |
range_by_time |
Boolean, indicates whether values in |
shift |
offset of the newly elevated/decreased level of the baseline. |
right_side |
Boolean, increases whether the shift should occur over increasing time (versus decreasing). |
Modified baseline
input.
See functions beginning with sim.sample.
for examples of usage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.