R/computeVolume.R
computeVolume.Rd
This function takes a range of frequencies for each dimension, and calculates the volume of the enclosed region.
computeVolume(spectra, F2range = NULL, F1range = NULL)
spectra | An object of S3 class |
---|---|
F2range | A formula giving a frequency range. May include
"low" or "high" representing the extremes of the spectra. Values below or above the range of
F2 are tolerated without notice and are handled as |
F1range | As for |
A numeric vector of volumes, one for each spectrum.
Bryan A. Hanson, DePauw University.