miscplot {SelectBoost} | R Documentation |
Miscellaneous plot functions
Description
Define some additional plot functions to be used in the demos of the package.
Usage
## S3 method for class 'matrix'
plot(x, ...)
Arguments
x |
A numeric matrix. A matrix to be plotted. |
... |
. Additionnal arguments passed to the plot function. |
Details
matrixplot
plots a numeric matrix x
.
Value
matrixplot
returns 1
.
Author(s)
Frederic Bertrand, frederic.bertrand@utt.fr with contributions from Nicolas Jung.
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
Examples
set.seed(3141)
randmat=matrix(rnorm(360),60,60)
plot(randmat)
[Package SelectBoost version 2.2.2 Index]