File:R-basic sqrt plot example.svg

Summary

Description
English: An example of probably the simplest plot that can be produced in R
Date
Source Own work
Author HYanWong
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with R.
Category:Valid SVG created with R code#R-basic%20sqrt%20plot%20example.svg
 
The file size of this SVG plot may be irrationally large because its text has been converted to paths inhibiting translations.
Category:Path text SVG
Source code
InfoField

R code

svg("R-basic_sqrt_plot_example.svg", 4,4,8)
plot(sqrt)
dev.off()

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#R-basic%20sqrt%20plot%20example.svgCategory:PD-self#R-basic%20sqrt%20plot%20example.svg Category:Images with R source code Category:Square root graphs
Category:Images with R source code Category:PD-self Category:Path text SVG Category:Self-published work Category:Square root graphs Category:Valid SVG created with R code