File:R-US state areas-histogram hires+points.svg
Size of this PNG preview of this SVG file: 360 × 225 pixels. Other resolutions: 320 × 200 pixels | 640 × 400 pixels | 1,024 × 640 pixels | 1,280 × 800 pixels | 2,560 × 1,600 pixels.
Original file (SVG file, nominally 360 × 225 pixels, file size: 95 KB)
File information
Structured data
Captions
DescriptionR-US state areas-histogram hires+points.svg |
English: Histogram example with continuous data, high resolution (narrow bins) with actual points marked on x-axis. Data = US state areas |
|||
Date | ||||
Source | Own work | |||
Author | HYanWong | |||
Permission (Reusing this file) |
|
using the following commands
svg(file = "R-US_state_areas-histogram_hires+points.svg", width = 4, height = 2.5, pointsize = 8) #Histogram example with continuous data, high resolution (narrow bins) with actual points marked on x-axis. Data = US state areas par(mar=c(4,4,4,2)+0.1) X <- state.area*2.58998811/1000 hist(X, breaks=25, xlab=expression(paste(italic("landArea")," (thousands of square km)")), main="Size of US states", ylim=c(-0.0005, 0.006), las=0, freq=FALSE) points(X, rep(-0.0004, length(X)), cex=0.5) segments(X,-0.0003,X,0) dev.off()
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:54, 6 March 2009 | 360 × 225 (95 KB) | HYanWong (talk | contribs) | {{Information |Description={{en|1=Histogram example with continuous data, high resolution (narrow bins) with actual points marked on x-axis. Data {{=}} US state areas}} |Source=Own work by uploader |Author=HYanWong |Date=2009-03-06 |Per |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikibooks.org