File:Biplot of Anderson's Iris data set.svg

Uploaded by Mdd
Upload date 2008-10-14T21:18:22Z
MIME type image/svg+xml
Dimensions 540 × 540 px
File size 83.9 KB

Summary

Description Biplot of the Principal components analysis of Anderson's Iris data set. The SVG was created with R's biplot function using the CairoSVG device of the Cairo R package
Date
Source I created this work entirely by myself.
Author Calimo
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with R.
Source code
InfoField

R code

library(Cairo)
  CairoSVG("Biplot_of_Anderson's_Iris_data_set.svg")
  biplot(princomp(iris[,1:4], scale=TRUE))
  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.

References

  • Gabriel, K.R., 1971. The biplot graphic display of matrices with application to principal component analysis. Biometrika 58 (3), 453-467.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 September 2008

image/svg+xml

f20aee1f61febe229291cbab7e3ac87049f6cf43

85,914 byte

540 pixel

540 pixel

Category:Biplots Category:Diagrams uploaded by User:Mdd Category:PD-self Category:Plots Category:Self-published work Category:Statistical charts on transparent background Category:Valid SVG created with R code