search for: 2fjournal

Displaying 4 results from an estimated 4 matches for "2fjournal".

Did you mean: 20jornal
2014 May 22
1
citEntry handling of encoded URLs
...quot; )), year = 2013, journal = "{PLoS} Computational Biology", volume = "9", issue = "8", doi = "10.1371/journal.pcbi.1003118", url = "http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003118", textVersion = "Lawrence M..." ) Evaluating this as R code doesn't parse correctly and generates a warning Lawrence M (2013). ?Software for Computing and Annotating Genomic Ranges.? _PLoS Computational Biology_, *9*. <URL: http://dx.doi.org/10.1371/jo...
2009 Sep 19
2
Use of R in Schools
I am looking for information on experimentation with the use of R in the teaching of statistics and science in schools. Any leads would be very welcome. I am certain that there is such experimentation. I've made this inquiry on r-sig-teaching, with no response. John. John Maindonald email: john.maindonald at anu.edu.au phone : +61 2 (6125)3473 fax : +61 2(6125)5549 Centre
2013 Nov 14
1
beta package for 3D PDF output
...uilt-in support for 3D models in PDF. You can take a look at http://www.pdf3d.com/gallery.php for a gallery of professional results achieved with a commercial tool. For an overview of what 3D PDF can be used for I (naturally) suggest the article http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0069446 . To bring together 3D PDF and R, I have enhanced "rgl" package with necessary output routine, so you draw something in 3D using rgl and after that say "save it as 3D PDF". The resulting 3D PDF model can be used standalone or in your LaTeX document. The source cod...
2012 Jul 30
6
Convert variable to STring
Dear all, I have a variable that I would like also to use it as a string. The reasons is that I want to collect results from different function to one table.. So when I use the  colnames(mymatrix) <-c(function1.function2,function3) the function1, function2, function3 to be "converted" to simple strings so as  colnames(mymatrix)