Skip to content

Instantly share code, notes, and snippets.

@sergiocima
Created October 31, 2014 08:35
Show Gist options
  • Save sergiocima/dd2912edce7dc651a4a4 to your computer and use it in GitHub Desktop.
Save sergiocima/dd2912edce7dc651a4a4 to your computer and use it in GitHub Desktop.
Plottare una distribuzione con R
plot(hist(eta$eta), main = "Distribuzione dell'età dei deputati (marzo 2014)",
xlab = "Età", xlim = range(20:80), ylim = range(0:120), ylab = "Frequenza",
col = "#fc6500")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment