File:Iris Pairs Plot.svg

From Bharatpedia, an open encyclopedia

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

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

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
current10:08, 5 November 2021Thumbnail for version as of 10:08, 5 November 2021645 × 629 (447 KB)wikimediacommons>Chen-Pan Liaominor fixes

The following page uses this file:

Metadata