validateFrequencyCutoffs | R Documentation |
validateFrequencyCutoffs
checks if lower_frequency_cutoff
and
upper_frequency_cutoff
are valid.
validateFrequencyCutoffs(lower_frequency_cutoff, upper_frequency_cutoff)
lower_frequency_cutoff |
Number |
upper_frequency_cutoff |
Number |
lower_frequency_cutoff
and upper_frequency_cutoff
should be a
positive numbers, giving either frequency or counts.
lower_frequency_cutoff
has to be lower than
upper_frequency_cutoff
.
Logical indicating if lower_frequency_cutoff
and
upper_frequency_cutoff
are valid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.