I am still pretty new to the whole R-thing.
I have the following aim; I have a sine function that describes a calcium particle number over time: something like y = a * sin (b*t) + c
Since in reality the generation and removal of calcium is described in stochastic events, I would like to add a random noise term to my function (preferably scalable in average noise amplitude).
Something like z = y + random*Amplitude
can you help me out?
Best
jitter()
intended to small noise just for the purpose of visualization (avoiding repeated datapoints to obscure each other)? – Socrates