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.
How about current.viewport()? (str(current.viewport()) to see the data it contains) Hadley
> use a 'list': Is a list O(1) for setting and getting? Hadley
Ok. That makes sense. Thanks to you all for your help. Hadley
I found what I was looking for in R-lang: args <- list(...) for (a in args) Hadley
Does anyone have any code for drawing weighted histograms (a la Manet/Mondrian) in R? Thanks, Hadley
Is there some reason not to use R CMD build packagename --binary --use-zip? Hadley
Is this intentional? .r is accept most other places. Hadley -- http://had.co.nz/
> Is there a method analogous to sapply() for this operation? Check out mapply. Hadley
Thanks to you both. Setting R_LIBS='~/Library/R/library/' in ~/.Renviron did the trick. Thanks, Hadley
They are obviously growing desperate - I have now been asked to write 5 articles! Hadley -- http://had.co.nz/
On a related note, does anyone know how to exit: repeat { try( readline() ) } The try block captures Ctrl-C. Hadley
Can anyone tell me what the significance of 1954 is in R's NA? Thanks! Hadley -- http://had.co.nz/
Perhaps I'm missing something, but isn't the maximum of the cumulative sum simply the last value, ie. sum(x)? Hadley
Just noticed these two functions (clearNames is stats and unname in base) that do the same thing. Hadley -- http://had.co.nz/
x <- "\u0663" y <- 3 x == y # FALSE rank(c(x, y)) # c(1.5, 1.5) -- http://had.co.nz/
> Is it possible to put error bars in ggplot? I couldn't find anything so far. Have a look at ggerrorbar. Hadley
Similarly, force & identity are identical (although with different semantic connotations). Would be nice to have a see also from each. Hadley -- http://had.co.nz/
>b <- by(data.frame, conditioning.variable, > function(subset) { loess(y ~ x, subset) }) > >unsplit(lapply(b,fitted), conditioning.variable) > > > That does the trick. Thanks! Hadley
> I get a message that the polr function was not found. Did you remember to load the MASS library first? library(MASS) Hadley
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120917/f82cf239/attachment.pl>
Can't find what you're looking for? Try searching with Google .