[R] legend(): how to put variable in subscript?

2005-04-30 Thread Aleksey Naumov
figure out how to include both sigmas in the legend. What would be the best way to do something like this? Thank you for your ideas or suggestions. Aleksey -- Aleksey Naumov Department of Geography SUNY-Buffalo __ R-help@stat.math.ethz.ch mailing list

[R] ylab argument to plot.stepfun

2004-01-23 Thread Aleksey Naumov
-- Aleksey Naumov GIS Analyst Center for Health and Social Research Buffalo State College __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting

Re: [R] Syntay-Highlighting for KDE-Kate

2004-01-18 Thread Aleksey Naumov
Lars, I don't know of an R syntax plugin for Kate, instead I just use Python highlighting for my R scripts in Kate, and it works quite well. If you find an R plugin, I would appreciate a note... Thanks Aleksey On Sun, 18 Jan 2004, Lars Peters wrote: I'm looking for a plugin for Kate (or any

Re: [R] Font

2003-12-08 Thread Aleksey Naumov
Use 'pointsize' argument, see ?postscript. This will proportionately scale all plot elements: title, axes labels and annotations, and plotting symbols (pch). If you want to control them separately, you may have to use the cex* parameters directly: cex, cex.axis, cex.lab, etc, see ?par. Best

Re: [R] Test for new page: thanks

2003-11-13 Thread Aleksey Naumov
Murrell wrote: Hi Aleksey Naumov wrote: Dear R experts, I am writing a multi-page PDF file and would like to put a header on each page. Is there a way to test a graphic device to see if a new page is started (so that I know when to write the header)? Sorry. Not that I

Re: [R] Using POSIX?t rather than chron or date

2003-09-18 Thread Aleksey Naumov
I agree with this. I am also in a situation where I need only dates (no need for timezones or daylight saving time), and times actually get in a way, complicating code and creating a mess. I've had occasions when seq.POSIXt() did not work for me (could not generate a simple daily sequence) due to

Re: [R] No joy installing R with shared libs.

2003-09-08 Thread Aleksey Naumov
Douglas, I don't use RSPython, but I had the same problem with RPy: segfault in python the moment I try to load RPy: 'import rpy'. The problem happened in R 1.7.0 and was fixed by upgrading to R 1.7.1, I think it was traced to conflicting regex functions in libc and R (see

[R] Using weighted.mean() in aggregate()

2003-06-21 Thread Aleksey Naumov
this, or do I have to have a loop here? Thank you, Aleksey -- Aleksey Naumov GIS Analyst Center for Health and Social Research Buffalo State College __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help