File:BaseRscatter.svg

Summary

Description
English: Example scatterplot using default settings in base graphics for R
Date
Source BaseRscatter.png
Author
Vector:
Category:Vectorizations
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
Category:Valid SVG created with R code#BaseRscatter.svg
 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
Category:Path text SVG
A raster version of this image is available. It should be used in place of this vector image when superior.
File:BaseRscatter.svgFile:BaseRscatter.png

In general, it is better to use a good SVG version.


Bitmap image
Category:Bitmap version available
Source code
InfoField

R code

x<- 1:100;
y<- 100 - 0.6*x - rnorm(100, 0, 10)
svg(filename="BaseRscatter.svg")
plot(x, y)
dev.off()

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
Category:CC-BY-SA-3.0#BaseRscatter.svg
Category:Self-published work Category:Scatterplots
Category:Bitmap version available Category:CC-BY-SA-3.0 Category:Path text SVG Category:Scatterplots Category:Self-published work Category:Valid SVG created with R code Category:Vectorizations