It will contain some graphs that I will create using R (http://www.r-project.org/).
The R Development Core Team say
and they give the following BiBTeX entryWe have invested a lot of time and effort in creating R, please cite it when using it for data analysis.
Code: Select all
@Manual{,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Development Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2009},
note = {{ISBN} 3-900051-07-0},
url = {http://www.R-project.org},
}
Also, I would like to say on the copyright page that the book was typeset using LaTeX. Is there a standard way to do this as well?
Thank you.