Cite This Page
Bibliographic details for R tutorial
- Page name: R tutorial
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 12 October 2012 21:10 UTC
- Date retrieved: 5 November 2025 15:01 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788
- Page Version ID: 5788
Citation styles for R tutorial
APA style
R tutorial. (2012, October 12). "A B C", . Retrieved 15:01, November 5, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788.
MLA style
"R tutorial." "A B C", . 12 Oct 2012, 21:10 UTC. 5 Nov 2025, 15:01 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788>.
MHRA style
"A B C" contributors, 'R tutorial', "A B C", , 12 October 2012, 21:10 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788> [accessed 5 November 2025]
Chicago style
"A B C" contributors, "R tutorial," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788 (accessed November 5, 2025).
CBE/CSE style
"A B C" contributors. R tutorial [Internet]. "A B C", ; 2012 Oct 12, 21:10 UTC [cited 2025 Nov 5]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788.
Bluebook style
R tutorial, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788 (last visited November 5, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "R tutorial --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788",
note = "[Online; accessed 5-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 tutorial --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=R_tutorial&oldid=5788}",
note = "[Online; accessed 5-November-2025]"
}