hist(c(1,2,3,4,5), main="Titre", ylab = 'Frequence')
This could however easily been solved by yourself with the help functions in R.
hist(c(1,2,3,4,5), main="Titre", ylab = 'Frequence')
This could however easily been solved by yourself with the help functions in R.