Re: [R] graphical parameters: margins

2007-01-03 Thread Ricardo Rodríguez - Your XEN ICT Team
>>> Prof Brian Ripley<[EMAIL PROTECTED]> 3/1/2007 09:22 >>> >In this particular case 'An Introduction to R' has a comprehensive >description of graphical parameters with figures (as do all good books on >S/R e.g. MASS4 - since it has the same first author). Thanks, Brian, I've reached both "

Re: [R] graphical parameters: margins

2007-01-02 Thread Ricardo Rodríguez - Your XEN ICT Team
-- Ricardo Rodríguez Your XEN ICT Team >>> Gavin Simpson<[EMAIL PROTECTED]> 2/1/2007 17:44 >>> >Either of these two gives you the answer > help.search("graphical parameters") > RSiteSearch("graphical parameters margin") >more specifical

[R] graphical parameters: margins

2007-01-02 Thread Ricardo Rodríguez - Your XEN ICT Team
://nvx.environmentalchange.net/@rrodriguez/images/overlapping.jpg Thanks for your help, Ricardo -- Ricardo Rodríguez Your XEN ICT Team __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

Re: [R] tabulate: switching columns and rows

2006-12-31 Thread Ricardo Rodríguez - Your XEN ICT Team
rovided the line concerning replicate variable. It is included in ?xtabs: warpbreaks$replicate <- rep(1:9, len = 54) It will be great to have an example with these given data. Anyway, I will have a look to reshape at the given site. Thanks a lot! Cheers, Ricardo -- Ricardo Rodríguez You

[R] tabulate: switching columns and rows

2006-12-31 Thread Ricardo Rodríguez
columns? ftable(xtabs(breaks ~ wool + tension + replicate, data = warpbreaks)) After some years using SAS proc tabulate I am afraid I don't get the point with R and cross-tabulation :-( Thanks you very much and Happy New Year! Ricardo --- Ricardo Rodríguez Your XEN ICT

[R] getting a new factor

2006-12-30 Thread Ricardo Rodríguez
e a simple matter while working with R, but I am stuck at this point. Any help will be welcome! Thanks. --- Ricardo Rodríguez Your XEN ICT Team __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post

Re: [R] barplot - how to force vertical axis to cover entire plot area

2006-12-11 Thread Ricardo Rodríguez - Your XEN ICT Team
Ricardo -- Ricardo Rodríguez Your XEN ICT Team >>> Etienne<[EMAIL PROTECTED]> 7/12/2006 01:43 >>> I'm using barplot with the following call: barplot(stat_data[[5]][,],axes=TRUE,axisnames=TRUE,axis.lty=1,xlab=xlab,ylab=ylab,beside=TRUE,las=1,font.lab=2,font.axis

Re: [R] axis in an image () plot

2006-11-26 Thread Ricardo Rodríguez - Your EPEC ICT Team
On Nov 26, 2006, at 5:23 PM, jim holtman wrote: > The phrase at the bottom (what is the problem that you are trying to > solve) is one that I have used for the last 20 years at work and I > have it as part of my signature line since a lot of people know me > from that phrase. It is one of the fi

Re: [R] axis in an image () plot

2006-11-26 Thread Ricardo Rodríguez - Your XEN ICT Team
, >unlist(my.df),col="white") >and in fact it looks so neat that I might add it as an option. > >Jim Thanks, Jim! Once the original problem was solved by using image(), your plotrix() package is of major interest to keep improving this kind of graphics! Thanks for y

Re: [R] axis in an image () plot

2006-11-26 Thread Ricardo Rodríguez - Your XEN ICT Team
d now how text() works. By the way, there is a line at the bottom of your message reading "What is the problem you are trying to solve?", is this a kind of motto or are you asking me what I am trying to solve? :-) Thanks! Cheers, Ricardo -- Ricardo Rodríguez Your XEN ICT Team ___

[R] axis in an image() plot

2006-11-24 Thread Ricardo Rodríguez - Your XEN ICT Team
you in advance, -- Ricardo Rodríguez Your XEN ICT Team __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal,

Re: [R] For MacBook, best way to do R?

2006-11-14 Thread Ricardo Rodríguez - Your EPEC ICT Team
rand new MacBook. I think the R-SIG-Mac list, r-sig-mac@stat.math.ethz.ch, could be of major help. HTH, Ricardo -- Ricardo Rodríguez Your EPEC ICT Team __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help P

[R] Env: Re: query in R

2006-11-09 Thread Ricardo Rodríguez
--- Begin Message --- Hi, Jin, --- Ricardo Rodríguez Your XEN ICT Team >>> Xiaodong Jin<[EMAIL PROTECTED]> 09/11/06 3:10 >>> >I just need to query ordinary 3-column excel data e.g. > V1 V2 V3 > I1 C1 1 > I1 C1 1 > I1 C1 1 > > I need to get &

Re: [R] have I an actual matrix?

2006-11-08 Thread Ricardo Rodríguez - Your EPEC ICT Team
On Nov 8, 2006, at 11:41 AM, Michael Kubovy wrote: > On Nov 8, 2006, at 4:44 AM, Ricardo Rodríguez wrote: > > Hi Ricardo, > > You probably have two columns in 'rs'. You need to do the barplot > on one of them and use the other as the vector of labels. Assuming

Re: [R] have I an actual matrix?

2006-11-08 Thread Ricardo Rodríguez - Your EPEC ICT Team
On Nov 8, 2006, at 11:12 AM, Patrick Burns wrote: > My guess is that you have a data frame and not a matrix. > Try > > barplot(as.matrix(rs)) > > See chapter 1 of S Poetry for an explanation of data structures > in R. Thanks, Patrick, You are completely right. I've been trying to plot a data f

[R] have I an actual matrix?

2006-11-07 Thread Ricardo Rodríguez - Your EPEC ICT Team
, 2004, 2004)" So, I am guessing I've gotten the data but there is at least an step lacking to be able to use it as the entry matrix required by barplot. Please, could you help me with this issue? What is the step/steps lacking in my quite short code? Thanks!!!

[R] building RMySQL under Mac OS X

2006-10-28 Thread Your EPEC ICT Team - Ricardo Rodríguez
Hi, Please, is out there anybody using RMySQL under Mac OS X? I'm trying to build it without much success. How must I add/locate mysql.h and lmysqlclient library? Thanks for your help, Ricardo -- Ricardo Rodríguez Your EPEC ICT Team __ R

[R] libz lib

2006-10-23 Thread Your EPEC ICT Team - Ricardo Rodríguez
Hi all, Please, what libz must/could I use to build RMySQL in my Mac OS X 10.4.8 box? Thanks! Best, Ricardo -- Ricardo Rodríguez Your EPEC ICT Team __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] accesing MySQL through JDBC

2006-10-09 Thread Your EPEC ICT Team - Ricardo Rodríguez
on to find some documents about this issue? Thanks you very much, Ricardo -- Ricardo Rodríguez Your EPEC ICT Team __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://