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.
First thing you need to do is, save the file with an .r ending. Tinn-R will then come up with syntax highlighting (as far as i remember). Options->Main->Application leads you to the r-configuration... HTH Thomas Tibert...
Hi, #There are a lot of examples for barplot if you just type example(barplot) # i altered one slightly to put the values on top of each bar mp <- barplot(VADeaths) # default #tot <- colMeans(VADeaths) #changed this line tot = colSums...
That what i was looking for :-) Bill.Venables at csiro.au schrieb: > Here is one way: > > > x <- c(2,3) > names(x) <- c("mean", "sd") > > do.call(pnorm, c(list(0), as.list(x))) > > > > > Bill Venables > http://www.cmis.csiro...
Thank you. ONKELINX, Thierry schrieb: > You need to print() lattice plots inside a loop or a function. > > > ------------------------------------------------------------------------ > ---- > ir. Thierry Onkelinx > Instituut voor natuur- en bosonderzoek / Research Institute for Nature > and Forest > Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, > methodology and...
Can't find what you're looking for? Try searching with Google .