Cite This Page
Bibliographic details for R plotting
- Page name: R plotting
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 10 February 2013 15:17 UTC
- Date retrieved: 6 November 2025 03:00 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353
- Page Version ID: 6353
Citation styles for R plotting
APA style
R plotting. (2013, February 10). "A B C", . Retrieved 03:00, November 6, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353.
MLA style
"R plotting." "A B C", . 10 Feb 2013, 15:17 UTC. 6 Nov 2025, 03:00 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353>.
MHRA style
"A B C" contributors, 'R plotting', "A B C", , 10 February 2013, 15:17 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353> [accessed 6 November 2025]
Chicago style
"A B C" contributors, "R plotting," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353 (accessed November 6, 2025).
CBE/CSE style
"A B C" contributors. R plotting [Internet]. "A B C", ; 2013 Feb 10, 15:17 UTC [cited 2025 Nov 6]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353.
Bluebook style
R plotting, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353 (last visited November 6, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "R plotting --- "A B C"{,} ",
year = "2013",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353",
note = "[Online; accessed 6-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = ""A B C"",
title = "R plotting --- "A B C"{,} ",
year = "2013",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_plotting&oldid=6353}",
note = "[Online; accessed 6-November-2025]"
}