Skip to content

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.

3 results for “from:Helmer Belbo”

How to hide tick lines behind the "box-and-whisker" 's in a boxplot
Helmer Belbo · Oct 12, 2009 · r-help

Dear R people, I wonder how to hide tick lines behind other figures in a plot, e.g. in a boxplot. # Sample code: x<- c(rep(4,50),rep(5,20),rep(6,50),rnorm(20,5,1)) boxplot(x...

Legends dissapearing from scatterplot (car package) when using logarithmic axis
Helmer Belbo · Sep 14, 2009 · r-help

Dear R-people I am struggling with disappearing legend box when using logarithmic axis in scatterplot. Sample code: ############### library(car) #constructing data set x=rep(1:50, 2); ClassDummy=rep(1:2, each=50) ; y=5+ClassDummy+(rnorm(100,mean...

How to hide tick lines behind the "box-and-whisker" 's in a boxplot
Helmer Belbo · Oct 13, 2009 · r-help

Thanks a lot! Helmer 2009/10/13 Peter Ehlers <ehlers at ucalgary.ca>: > Helmer, > > You can just place another boxplot on top of the first like this: > > ?boxplot(x) > ?axis(2,tck=1,col.ticks='grey',lty=5 ) > ?boxplot(x...

Can't find what you're looking for? Try searching with Google .