File:Simple barplot.svg

Summary

Description
English: simple barplot, created with Gnu R and the use of the VADeaths data set from the Gnu R programm package (datasets)
Deutsch: Darstellung eines einfachen Säulendiagramms, erstellt mit Gnu R unter Benutzung vom VADeaths Datensatz des Gnu R Programmpakets (datasets)
Date
Source Own work
Author Hagezussa
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
Category:Valid SVG created with R#Simple%20barplot.svg
 
Category:Translation possible - SVGThis chart uses embedded text that can be easily translated using a text editor.

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.
Category:Self-published work#Simple%20barplot.svgCategory:PD-self#Simple%20barplot.svg

further informations

Code:

devSVG(file = "simple_barplot.svg")
barplot(VADeaths[,1],
     main = "Death Rates in Virginia (1940) per 1000 (Rural Male)", 
     cex.axis = 1.5, cex.names = 1.5, cex.main = 2)
dev.off()

Commentary: For saving in the SVG Format it was necessary to enlarge axis, names and main


Data set: VADeaths from the Gnu R programm package (datasets)

@Manual{,
      title        = {R: A Language and Environment for Statistical
                      Computing},
      author       = {R Development Core Team},
      organization = {R Foundation for Statistical Computing},
      address      = {Vienna, Austria},
      year         = 2007,
      note         = {{ISBN} 3-900051-07-0},
      url          = {http://www.R-project.org}
    }

Source

Moyneau, L., Gilliam, S. K., and Florant, L. C.(1947) Differences in Virginia death rates by color, sex, age, and rural or urban residence. American Sociological Review, 12, 525–535.

References

McNeil, D. R. (1977) Interactive Data Analysis. Wiley.

Category:Vertical bar charts Category:English-language charts
Category:English-language charts Category:PD-self Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with R Category:Vertical bar charts