View source: R/FrequencyScreePlot.R
FrequencyScreePlot | R Documentation |
Produce a scree plot-like graph to determine number of frequency components
FrequencyScreePlot(freq.table, spikes = NULL, n = length(spikes), frac = 0.5)
freq.table |
a named numeric vector in which the names are the frequencies and the values are the counts of spike trains
in which those frequencies are among the highest peaks in the periodogram. This vector is typically
output by |
spikes |
(= NULL) a list of spike trains. Can be omitted if n is given. |
n |
(= length(spikes)) the number of spike trains analyzed by |
frac |
the proportion of spike trains that must exhibit the frequency in order for it to be considered a significant frequency value. This will be represented in the plot by a dashed horizontal line. |
the freq.table
argument (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.