powered by
Plot simulated data
# S3 method for simdata plot(x, xlims = NULL, ...)
output data from simulate_ar1
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, estimate_calcium,
estimate_spikes
estimate_calcium
# NOT RUN { sim <- simulate_ar1(n = 500, gam = 0.998, poisMean = 0.009, sd = 0.05, seed = 1) plot(sim) # }
Run the code above in your browser using DataLab