File:Histogram example.svg

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Histogram_example.svg(SVG file, nominally 361 × 289 pixels, file size: 6 KB)

[edit] Summary

Description
English: Example of histogram. A random sample of 100 observations from the normal distribution N(0,1).
Suomi: Esimerkki histogrammista. 100 havainnon satunnaisotos normaalijakaumasta N(0,1).
Date

3 April 2007(2007-04-03)

Source

Own work

Author

Jkv

Permission
(Reusing this file)

PD-Own

[edit] R source

#R version 2.3, www.r-project.org
library("RSvgDevice")
devSVG("histogram.svg", width = 5, height = 4)
set.seed(50)
par(mar=c(3,2,1,1),yaxs="i",mgp=c(1.8,.9,0))
hist(rnorm(100),col="lightblue",main="",xlab="",ylab="",ylim=c(0,28))
box()
dev.off()

[edit] Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:28, 3 April 2007Thumbnail for version as of 11:28, 3 April 2007361 × 289 (6 KB)Jkv ({{Information |Description= {{en|Example of histogram. A random sample of 100 observations from the normal distribution N(0,1).}} {{fi|Esimerkki histogrammista. 100 havainnon satunnaisotos normaalijakaumasta N(0,1).}} |Source= own work |Date=2007-04-03 |A)
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Interaction
Toolbox