Learn R Programming

RMThreshold (version 1.1)

rm.show.plots: 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.

Value

Details

Can be useful when the user wants to inspect the sequence of empirical eigenvalue spacing distributions (repeatedly).

Examples

Run this code

## 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) 
    

Run the code above in your browser using DataLab