File:R-US state areas-boxplot.svg

Original file(SVG file, nominally 450 × 135 pixels, file size: 78 KB)

Description
English: Boxplot example (with notches) for continuous data, with outliers labelled by name. Data = US state areas
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.
SVG development
InfoField
 
The SVG code is valid.
 
This boxplot was created with R.
 
The file size of this SVG boxplot may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
InfoField

R code

svg(file = "R-US_state_areas-boxplot.svg", width = 5, height = 1.5, pointsize = 8)
#Boxplot example (with notches) for continuous data, with outliers labelled by name. Data = US state areas
par(mar=c(4,1,3,1)+0.1)
X <- state.area*2.58998811/1000
bp <- boxplot(X, notch=TRUE, horizontal=TRUE,
xlab=expression(paste(italic("landArea")," (thousands of square km)")), xaxt="n")
axis(1,seq(0, 2e3, 100), cex.axis=0.8, las=2)

#label outliers
outliers <- order(match(X, sort(bp$out)), na.last=NA)
odd <- c(TRUE, FALSE)
text(X[outliers[!odd]], 1, labels=state.name[outliers[!odd]], adj=-0.2, cex=0.65, srt=45, xpd=NA, col="grey40")
text(X[outliers[odd]], 1, labels=state.name[outliers[odd]], adj=1.2, cex=0.65, srt=45, xpd=NA, col="grey40")

title("Size of US states")

dev.off()

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

6 March 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:43, 6 March 2009Thumbnail for version as of 22:43, 6 March 2009450 × 135 (78 KB)HYanWongMake horizontal, to match
22:44, 2 February 2009Thumbnail for version as of 22:44, 2 February 2009135 × 450 (83 KB)HYanWong{{Information |Description={{en|1=Example R plot: boxplot (with notches) of US state areas, outliers labelled}} |Source=Own work by uploader |Author=HYanWong |Date=2009-02-02 |Permission= |other_versions= }} {{Created with R}} using the

The following page uses this file:

Global file usage

The following other wikis use this file: