This is a file from the Wikimedia Commons

File:R-Titanic passengers.svg

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

Original file(SVG file, nominally 225 × 450 pixels, file size: 60 KB)

Summary

Description
English: Example R plot: point plot (with joining lines) indicating number of paying passengers on the Titanic, by class.
Date
Source Own work
Author HYanWong
 
This W3C-unspecified chart was created with R.

using the following commands

svg(file = "R-Titanic_passengers.svg", width = 4, 4, 8)
#Example R plot: point plot (with joining lines) indicating number of paying passengers on the Titanic, by class.
plot(apply(Titanic, 1, sum)[1:3], ylim=c(0, 750), xlim=c(0.5,3.5), xlab=expression(italic("ShipClass")), ylab="Number of passengers", xaxt="n", type="b")
axis(1, 1:3, c("1st","2nd", "3rd"))
dev.off()

Licensing

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 January 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:30, 30 January 2009Thumbnail for version as of 15:30, 30 January 2009225 × 450 (60 KB)HYanWong{{Information |Description={{en|1=Example R plot: point plot (with joining lines) indicating number of paying passengers on the Titanic, by class.}} |Source=Own work by uploader |Author=HYanWong |Date=2009-01-30 |Permission= |other_versi
23:16, 24 January 2009Thumbnail for version as of 23:16, 24 January 2009360 × 360 (58 KB)HYanWong{{Information |Description={{en|1= Example R plot: point plot (with joining lines) indicating number of paying passengers on the Titanic, by class. }} |Source=Own work by uploader |Author=HYanWong |Date=2009-01-24 |Permission= |other_ver
23:12, 24 January 2009Thumbnail for version as of 23:12, 24 January 2009360 × 360 (44 KB)HYanWong{{Information |Description={{en|1= Example R plot: point plot (with joining lines) indicating number of paying passengers on the Titanic, by class. }} |Source=Own work by uploader |Author=HYanWong |Date=2009-01-24 |Permission= |other_ver

The following page uses this file: