File:Histograma bimodala 001.png

Summary

Description
English:
 
This chart was created with R.
Category:PNG created with R#Histograma%20bimodala%20001.png

Bimodal histogram. Source code:

dat1=rnorm(2000,40,5)
dat2=rnorm(1000,20,4)
denak=stack(list(a=dat1,b=dat2))
png("histograma_bimodala_001.png")
hist(denak$values,col=c("lightblue"),xaxt="n",prob=T,yaxt="n",xlab="",ylab="",main="Histograma bimodala",ylim=c(0,0.06))
dev.off()
Date
Source Own work
Author Joxemai

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Histograma%20bimodala%20001.png
Category:Self-published work Category:Vertical histograms Category:Images with R source code Category:Created by Joxemai with R
Category:CC-BY-SA-3.0 Category:Created by Joxemai with R Category:Images with R source code Category:PNG created with R Category:Pages using deprecated source tags Category:Self-published work Category:Vertical histograms