Usage
## S3 method for class 'rootsEstEval':
tfplot(x, ...)
## S3 method for class 'rootsEstEval':
plot(x, complex.plane=TRUE, cumulate=TRUE, norm=FALSE,
bounds=TRUE, transform=NULL, invert=FALSE, Sort=TRUE, ...)
Arguments
x
an object for which a tfplot is to be produced.
complex.plane
logical indicating if the plot should be on the complex
plane.
cumulate
logical indicating if the cumulative average of roots should be
plotted
invert
logical indicating if the inverse of roots should be
plotted
Sort
logical indicating if the roots should be sorted.
...
arguments passed to other methods.
norm
logical indicating if the euclidean norm of roots should be
plotted (square root of the sum of squared roots).
bounds
logical indicating if estimated one standard error bounds
should be plotted around the lines for the true roots.
transform
an optional string indicating the name of a function which
should be applied to the roots before plotting.