Usage
trackFreq(spec,threshold=NULL,pick=T,fmin=NULL,fmax=NULL,dmin=NULL,dmax=NULL,xmin=NULL,
xmax=NULL,ymin=NULL,ymax=NULL,h=6,w=4,ydir=1,ncolors=100,genplot=T,verbose=T)
Arguments
spec
Time-frequency spectral results to evaluate. Must have the following format: column
1=frequency; remaining columns (2 to n)=power, amplitude or probability; titles for columns 2 to
n must be the location (depth or height). Note that this format is o
threshold
Threshold level for filtering peaks. By default all peak maxima reported.
pick
Pick the peaks of interest using a graphical interface? (T or F). Only activated if genplot=T.
fmin
Minimum frequency for analysis.
fmax
Maximum frequency for analysis.
dmin
Minimum depth/height for analysis. NOT ACTIVATED YET!
dmax
Maximum depth/height for analysis. NOT ACTIVATED YET!
xmin
Minimum frequency for PLOTTING.
xmax
Maximum frequency for PLOTTING.
ymin
Minimum depth/height for PLOTTING.
ymax
Maximum depth/height for PLOTTING.
h
Height of plot in inches.
w
Width of plot in inches.
ydir
Direction for y-axis in plots (depth or height). -1 = values increase downwards (slower plotting!), 1 = values increase upwards.
ncolors
Number of colors to use in plot.
genplot
Generate summary plots? (T or F)
verbose
Verbose output? (T or F)