rm.show.plots {RMThreshold} | R Documentation |
Display a sequence of plots on screen
Description
The function displays a sequence of plots saved beforehand (e.g. by rm.get.threshold
).
Usage
rm.show.plots(plotnames)
Arguments
plotnames |
A character string or -vector containing the names of the plots to be viewed. |
Details
Can be useful when the user wants to inspect the sequence of empirical eigenvalue spacing distributions (repeatedly).
Value
No return values are being created.
Note
Might cause problems in some environments, only tested on Linux.
Author(s)
Uwe Menzel <uwemenzel@gmail.com>
Examples
## Not run:
set.seed(777)
random.matrix <- create.rand.mat(size = 1000, distrib = "norm")$rand.matr
dim(random.matrix)
res <- rm.get.threshold(random.matrix)
rm.show.plots(res$comparison.plots) # watch sequence of plots once more
## End(Not run)
[Package RMThreshold version 1.1 Index]