File:Ggplot2 scatter plot.svg

Uploaded by Colohisto
Upload date 2024-04-04T22:56:09Z
MIME type image/svg+xml
Dimensions 703 × 515 px
File size 57.7 KB

Summary

Description
English: Example scatterplot using default settings for ggplot2.
Date
Source Own work
Author Colohisto
Other versions
SVG development
InfoField
 The SVG code is valid.
 This chart was created with R.
Source code
InfoField

R code

library(ggplot2)
x<- 1:100;
y<- 100 - 0.6*x - rnorm(100, 0, 10)
qplot(x,y)

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 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.

Captions

A scatterplot made using ggplot2 in R

Items portrayed in this file

depicts

4 April 2024

Category:CC-BY-4.0 Category:Ggplot2 Category:Scatterplots Category:Self-published work Category:Valid SVG created with R code