Learn R Programming

SelectBoost (version 2.2.2)

miscplot: Miscellaneous plot functions

Description

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

Usage

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

Value

matrixplot returns 1.

Arguments

x

A numeric matrix. A matrix to be plotted.

...

. Additionnal arguments passed to the plot function.

Author

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

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. tools:::Rd_expr_doi("10.1093/bioinformatics/btaa855")

Examples

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

Run the code above in your browser using DataLab