File:Ggplot2 scatter plot.svg

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

Original file(SVG file, nominally 703 × 515 pixels, file size: 58 KB)

Captions

Captions

A scatterplot made using ggplot2 in R

Summary[edit]

Description
English: Example scatterplot using default settings for ggplot2.
Date
Source Own work
Author Colohisto
Other versions
SVG development
InfoField
W3C grn 
The SVG code is valid.
R logo 
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[edit]

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:56, 4 April 2024Thumbnail for version as of 22:56, 4 April 2024703 × 515 (58 KB)Colohisto (talk | contribs)Uploaded own work with UploadWizard

The following page uses this file:

Metadata