Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi R users! Is there a way to call the editor with command line options? I.e. I want to use Vim and set it automatically in R mode when it is started. This requires something like vim -c "set...
moin > I am using R1.5.0. When using functions form lattice the background is > dark grey. I have tried to change it using par() but it does not work. By > the way, if I use par and the standard...
Dear R user community I wanted to use "bgroup" for plotting a math formula with a big "{" on the left, and nothing on the right. i used text( 10, 10, pos=4, cex=1.8, expression(F(x) == bgroup("{", x...
Dear R Programmers! After some time of using R I decided to work through John Chambers book "Programming with Data" to learn what these S4 classes are all about and how they work in R. (I regret not having picked...
Here is an even faster one; the general point is to create a properly vectorized custom function/expression: mymean <- function(x, y, z) (x+y+z)/3 a = data.frame(matrix(1:3e4, ncol=3)) attach(a) print(system.time...
Hi James R. Milks schrieb: > You can find the compiled version of R 2.5.1 for OS 10.4.4 or higher > at http://cran.r-project.org/bin/macosx/. I try not to get into > compiling myself as...
Can't find what you're looking for? Try searching with Google .