File:Ondoko histogramak 002.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Ondoko_histogramak_002.png(480 × 480 pixels, file size: 4 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Euskara:
 
This chart was created with R.

Elkarren ondoko histogramak. R softwareko histbackback aginduak ez du right aukerarik, hist aginduak ez bezala. Tarteak eskubitik zabaltzeko (hau da, [,) motako egiteko), aski da 5-9 tartea, esaterako, 5-8.99 moduan definitzea. R kodea:

> t2012=c(8,11,12,13,12,13,14,13,15,15,16,15,13,12,11,10,9,8,7,10,12,14,17,18,20,21,18,17,17,15)
> t2013=c(16,12,11,10,10,9,12,16,18,20,22,18,17,18,19,17,13,15,16,18,14,12,13,18,19,21,23,20,21,22)
> tarteak=c(5,8.99,12.99,16.99,20.99,25)
> png("ondoko_histogramak_002.png")
> library(Hmisc)
> histo=histbackback(t2012,t2013,probability=F,main="Tenperatura minimoak",brks=tarteak,xlab=c("2012 urtea","2013 urtea"),axes=F)
> axis(1,at=seq(-12,12,by=2),labels=c(12,10,8,6,4,2,0,2,4,6,8,10,12))
> axis(2,at=c(0,1,2,3,4,5),labels=c(5,9,13,17,21,25),las=1,ylab="Tenperaturak")
> mtext("Tenperatura",side=2,at=3,line=2.4)
> mtext(c("Maiztasunak (2012)", "Maiztasunak (2013)"), side=1, at=c(-8, 8), line=3)
> barplot(-histo$left,col=c("navajowhite"),horiz=TRUE,space=0,add=TRUE,axes=FALSE)
> barplot(histo$right,col=c("cyan"),horiz=TRUE,space=0,add=TRUE,axes=FALSE)
> dev.off()
Date
Source Own work
Author Joxemai

Licensing

[edit]
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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:31, 8 September 2013Thumbnail for version as of 15:31, 8 September 2013480 × 480 (4 KB)Joxemai (talk | contribs){{Information |Description= |Source={{own}} |Date=2013-09-08 |Author= Joxemai |Permission= |other_versions= }} Category:Back to back histograms Category:Created by Joxemai with R Category:Images with R source code

There are no pages that use this file.