File:Iris Pairs Plot.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 645 × 629 pixels, file size: 447 KB)

Summary

Description
English: Pairs plot of the Iris flower dataset
Date
Source File:Iris_Pairs_Plot.png with some minor modifications
Author D Wells
 
This vector image was extracted with Inkscape.

R code

library(ggplot2)
library(GGally)
library(ggpubr)

GGally::ggscatmat(iris, columns = 1:4, color = "Species") +
  scale_color_brewer(palette = "Dark2") +
  theme(legend.position = "bottom") +
  theme_pubr(10, border = T) +
  theme(strip.text = element_text(size = 10),
        legend.text = element_text(size = 10)) +
  xlab("") + ylab("") +
  x11(width = 7, height = 7)

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Pairs plot of the Iris flower dataset

Items portrayed in this file

depicts

5 November 2021

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current04:38, 5 November 2021Thumbnail for version as of 04:38, 5 November 2021645 × 629 (447 KB)Chen-Pan Liaominor fixes
04:22, 5 November 2021Thumbnail for version as of 04:22, 5 November 2021645 × 629 (445 KB)Chen-Pan LiaoUploaded a work by D Wells from https://commons.wikimedia.org/wiki/File:Iris_Pairs_Plot.png with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata