This is a file from the Wikimedia Commons

File:R-US state areas-histogram+points.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(SVG file, nominally 360 × 225 pixels, file size: 92 KB)

Description
English: Histogram example with continuous data, low resolution (wide bins), and actual points marked on axis. Data = US state areas with points marked
Date
Source Own work
Author HYanWong
Permission
(Reusing this file)
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.
 
This W3C-unspecified chart was created with R.

using the following commands

svg(file = "R-US_state_areas-histogram+points.svg", width = 4, height = 2.5, pointsize = 8)
#Histogram example with continuous data, low resolution (wide bins), and actual points marked on axis. Data = US state areas with points marked
par(mar=c(4,4,4,2)+0.1)
X <- state.area*2.58998811/1000
hist(X, breaks=15, xlab=expression(paste(italic("landArea")," (thousands of square km)")), ylab="Number of states", main="Size of US states", las=1, ylim=c(-2,25))
points(X, rep(-1.5, length(X)), cex=0.5)
segments(X,-1,X,0)
dev.off()

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

6 March 2009

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:53, 6 March 2009Thumbnail for version as of 22:53, 6 March 2009360 × 225 (92 KB)HYanWong {{Information |Description={{en|1=Histogram example with continuous data, low resolution (wide bins), and actual points marked on axis. Data {{=}} US state areas with points marked}} |Source=Own work by uploader |Author=HYanWong |Date=2

The following page uses this file: