View source: R/les_histogrammes.R
les_histogrammes | R Documentation |
lLs histogrammes
les_histogrammes(Z, Y, titre = "Histogrammes", nom_axeX = "", nom_axeY = "")
Z |
a matrix |
Y |
another matrix |
titre |
title if histograms |
nom_axeX |
x label |
nom_axeY |
y label |
a plot with 2 histograms
les_histogrammes(matrix(1:100, nrow = 10), matrix(101:200, nrow = 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.