File:R-basic sqrt plot example.svg

Original file(SVG file, nominally 360 × 360 pixels, file size: 30 KB)

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.
 
The file size of this SVG plot may be irrationally large because its text has been converted to paths inhibiting translations.
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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 January 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:14, 13 January 2009Thumbnail for version as of 16:14, 13 January 2009360 × 360 (30 KB)HYanWong{{Information |Description={{en|1=An example of probably the simplest plot that can be produced in R}} |Source=Own work by uploader |Author=HYanWong |Date=2009/01/13 |Permission= |other_versions= }} {{Created with R}} using the following