rm.show.plots: Display a sequence of plots on screen

Description Usage Arguments Details Value Note Author(s) Examples

Description

The function displays a sequence of plots saved beforehand (e.g. by rm.get.threshold).

Usage

1
 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

1
2
3
4
5
6
7
8
9
## 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) 
    

RMThreshold documentation built on May 2, 2019, 8:51 a.m.