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 | 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
![]() |
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. |
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