Define some additional plot functions to be used in the demos of the package.

# S3 method for matrix
plot(x, ...)

Arguments

x

A numeric matrix. A matrix to be plotted.

...

. Additionnal arguments passed to the plot function.

Value

matrixplot returns 1.

Details

matrixplot plots a numeric matrix x.

References

selectBoost: a general algorithm to enhance the performance of variable selection methods in correlated datasets, Frédéric Bertrand, Ismaïl Aouadi, Nicolas Jung, Raphael Carapito, Laurent Vallat, Seiamak Bahram, Myriam Maumy-Bertrand, Bioinformatics, 2020. doi:10.1093/bioinformatics/btaa855

Author

Frederic Bertrand, frederic.bertrand@utt.fr with contributions from Nicolas Jung.

Examples

set.seed(3141)
randmat=matrix(rnorm(360),60,60)
plot(randmat)