File:Gizonemak karrera 01.png

Summary

Description
English: Double bar chart created with R. Source code:
> gizondat=c("g","z","t","t","t","g","t","z","h","z","t","g","t","z")
> emakdat=c("z","z","z","h","h","z","z","g","t","h","g","h","z","g","g","h")
> maiztagiz=table(gizondat)
> maiztaemak=table(emakdat)
> batera=rbind(maiztagiz,maiztaemak)
> batera
           g h t z
maiztagiz  3 1 6 4
maiztaemak 4 5 1 6
> png("mutilneska_karrera_01.png")
> barplot(batera,names.arg=c("Gizartea","Humanitateak","Teknologia","Zientzia"),
las=1,main="Sexua eta aukeratutako karrera",xlab="Karrera",ylab="Ikasleak",col=topo.colors(2))
> legend(1,9,c("Mutilak","Neskak"),fill=topo.colors(2))
> 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#Gizonemak%20karrera%2001.png
Category:Self-published work Category:Vertical stacked bar charts Category:Images with R source code Category:Basque-language bar charts (vertical) Category:Created by Joxemai with R
Category:Basque-language bar charts (vertical) Category:CC-BY-SA-3.0 Category:Created by Joxemai with R Category:Images with R source code Category:Self-published work Category:Vertical stacked bar charts