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

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
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.
Category:Self-published work#Biplot%20of%20Anderson's%20Iris%20data%20set.svgCategory:PD-self#Biplot%20of%20Anderson's%20Iris%20data%20set.svg

References

  • Gabriel, K.R., 1971. The biplot graphic display of matrices with application to principal component analysis. Biometrika 58 (3), 453-467.
Category:Statistical charts Category:Biplots Category:Plots Category:Diagrams uploaded by User:Mdd
Category:Biplots Category:Diagrams uploaded by User:Mdd Category:PD-self Category:Plots Category:Self-published work Category:Statistical charts Category:Valid SVG created with R code