View source: R/affichage_general.R
affichage_general | R Documentation |
Affichage matrices boxplots et histogrammes
affichage_general(
Z,
r,
titre = "",
paletteinf = "",
palettesup = "",
mmechelle = FALSE
)
Z |
matrice |
r |
rayon de lissage |
titre |
titre du graphique |
paletteinf |
to fix color on the scale |
palettesup |
to fix color on the scale |
mmechelle |
to set the two same scales TRUE/FALSE |
a plot
affichage_general(matrix(rnorm(100), nrow = 10), r =2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.