Skip to content

Instantly share code, notes, and snippets.

@mmajogn
Created February 28, 2015 04:59
Show Gist options
  • Save mmajogn/9bdb61482fd6b8c13267 to your computer and use it in GitHub Desktop.
Save mmajogn/9bdb61482fd6b8c13267 to your computer and use it in GitHub Desktop.
#Gráfica de girasol#
install.packages("HistData")
library(HistData)
data(Galton)
head(Galton)
sunflowerplot(Galton)
sunflowerplot(Galton, cex=.5, col="brown", seg.lwd=1.5, seg.col="purple", main="Grafica de girasol", xlab="Padres", ylab="Ninios")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment