plot.estimatedSpikes {LZeroSpikeInference} | R Documentation |
Plot the solution to an L0 segmentation problem
Description
Plot the solution to an L0 segmentation problem
Usage
## S3 method for class 'estimatedSpikes'
plot(x, xlims = NULL, ...)
Arguments
x |
output from running estimatedSpikes |
xlims |
optional parameter to specify the x-axis limits |
... |
arguments to be passed to methods |
See Also
Estimate spikes:
estimateSpikes
,
print.estimatedSpikes
,
plot.estimatedSpikes
.
Cross validation:
cv.estimateSpikes
,
print.cvSpike
,
plot.cvSpike
.
Simulation:
simulateAR1
,
plot.simdata
.
[Package LZeroSpikeInference version 1.0.3 Index]