This is a file from the Wikimedia Commons

File:R-US state areas-boxplot sqrt.svg

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

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

Description
English: Horizontal boxplot example with square-root transformed continuous data, outliers identified 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_sqrt.svg", width = 5, height = 1.5, pointsize = 8)
#Horizontal boxplot example with square-root transformed continuous data, outliers identified by name. Data = US state areas
par(mar=c(3,4,4,1)+0.1)
X <- sqrt(state.area*2.58998811)
stripchart(X, pch=NA, xlim=c(0,max(X)), xlab=expression(sqrt(italic("landArea"))), mgp=c(2,0.5,0))
bp <- boxplot(X, horizontal=TRUE, add=TRUE, xaxt="n")
title(main="Size of US states", line=2.5)
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:53, 6 March 2009Thumbnail for version as of 22:53, 6 March 2009450 × 135 (35 KB)HYanWong {{Information |Description={{en|1=Horizontal boxplot example with square-root transformed continuous data, outliers identified by name. Data {{=}} US state areas}} |Source=Own work by uploader |Author=HYanWong |Date=2009-03-06 |Permissi

The following page uses this file: