Usage
## S3 method for class 'mtm.coh':
plot(x,percentGreater=NULL,nehlim=10,nehc=4, cdfQuantilesTicks=NULL,
drawPercentLines=TRUE, percentG=c(.1,.2,.5,.8,.9), ...)
Arguments
x
An object of the class mtm.coh generated by spec.mtm.coh.
percentGreater
Prints the percent of the coherence function
greater than the given values in the lower left hand corner.
The values are expected in a vector representing the percentages.
For example c(.5, .7) will print the
percent of the msc that is gre
nehlim
A smoothing parameter used in smoothing the
variance in the final plot. nehlim is the number of points to smooth by
on each side.
nehc
A smoothing parameter used in smoothing the MSC in the
final plot. nehc is the number of points to smooth by on each side.
cdfQuantilesTicks
Percent lines to place the tick marks on the
right axis (CDF). See the example in mtm.coh for use.
drawPercentLines
Boolean variable indicating if significance lines
are to be drawn.
percentG
A vector of values for which to print dashed lines
indicating the percent greater than a particular value. If
drawpPercentLines is FALSE then this will not be used.
...
Parameters passed to plotting function. Currently
only tested with xaxs="i".