File:Iris Pairs Plot.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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

Captions

Captions

Pairs plot of the Iris flower dataset

Summary[edit]

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[edit]

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[edit]

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.

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 Liao (talk | contribs)minor fixes
04:22, 5 November 2021Thumbnail for version as of 04:22, 5 November 2021645 × 629 (445 KB)Chen-Pan Liao (talk | contribs)Uploaded a work by D Wells from https://commons.wikimedia.org/wiki/File:Iris_Pairs_Plot.png with UploadWizard

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata