Description Usage Arguments Value Examples
Plot a matrix
1 2 3 4 5 6 7 8 9 10 | plot_matrix(
M,
r = "",
paletteinf = "",
palettesup = "",
titre = "",
nom_axeX = "",
nom_axeY = "",
echelle = "Scale"
)
|
M |
a matrix/vector/number/dataframe of numbers |
r |
a radius for the window of the moving average |
paletteinf |
extreme color of color scale |
palettesup |
extreme color of color scale |
titre |
a title for the matrix |
nom_axeX |
name for X axis |
nom_axeY |
name for Y axis |
echelle |
title of scale |
a plot
1 2 | plot_matrix(matrix(rbinom(10*10, 1, 0.5), nrow = 10))
plot_matrix(matrix(rbinom(10*10, 1, 0.5), nrow = 10), r = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.