Description Usage Arguments Value See Also Examples
Plot simulated data
| 1 2 | 
| x | output data from simulateAR1 | 
| xlims | optional parameter to specify the x-axis limits | 
| ... | arguments to be passed to methods | 
Plot with simulated fluorescence (dark grey circles), calcium concentration (dark green line) and spikes (dark green tick marks on x-axis)
Estimate spikes:
estimateSpikes,
print.estimatedSpikes,
plot.estimatedSpikes.
Cross validation:
cv.estimateSpikes,
print.cvSpike,
plot.cvSpike.
Simulation:
simulateAR1,
plot.simdata.
| 1 2 | sim <- simulateAR1(n = 500, gam = 0.998, poisMean = 0.009, sd = 0.05, seed = 1)
plot(sim)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.