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

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

Description
English: Quantile plot example for square-root-transformed data. 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.
 
This W3C-unspecified chart was created with R.

using the following commands

svg(file = "R-US_state_areas-quantile_sqrt.svg", width = 4, height = 4, pointsize = 8)
#Quantile plot example for square-root-transformed data. Data = US state areas
par(mar=c(6,4,3,1)+0.1)
X <- sqrt(state.area*2.58998811)
plot(sort(X), main="Size of US states", ylim=c(0, max(X)), xlab="", ylab=expression(sqrt(paste(italic("landArea")," (","km"^2,")"))), mgp=c(2.5,1,0), xaxt="n")
axis(1, seq_along(state.name), state.name[order(X)], cex.axis=0.5, las=3)
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:54, 6 March 2009Thumbnail for version as of 22:54, 6 March 2009360 × 360 (132 KB)HYanWong {{Information |Description={{en|1=Quantile plot example for square-root-transformed data. Data {{=}} US state areas}} |Source=Own work by uploader |Author=HYanWong |Date=2009-03-06 |Permission= |other_versions= }} {{Created with R}} usi

The following page uses this file: