Re: [R] Another X11 problem. (Psigh!)

2013-01-12 Thread James Cloos
familiar. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 __ R-help@r-project.org 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

Re: [R] CairoPDF and greek letter spacing

2012-01-18 Thread James Cloos
. (The snippet above uses MICRO SIGN.) I think the takeaway is that cairo works better with a utf8 workflow. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] R, PostgresSQL and poor performance

2011-12-13 Thread James Cloos
. It is /possible/ that the (sql)NULL-(r)NA logic in RS-PostgreSQL.c may be slow (relatively speaking), but it is necessary. Nothing else jumps out as a possible choke point. Oprofile (or the equivilent) would best answer the question. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6

Re: [R] reasonable theory?

2011-10-30 Thread James Cloos
the convex hull of the full set of extreme points of the domain. And for my needs, then, the latter is a good-enough approximation of the former after all. Thanks! -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 __ R-help@r

[R] reasonable theory?

2011-10-12 Thread James Cloos
(but not too much) of randomness to the input values have reason at all? -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] Error in plotmath

2011-07-31 Thread James Cloos
- seq(50, 150, length=150) cdf- pnorm(xs, 100, 20) plot(xs, cdf, type='l', ylim=c(0,1), xlab=expression(x), ylab=expression(paste(Prob[X ≤ x]))) lines(ecdf(x), cex=.5) I ran the scripts in ESS, but that shouldn't affect the plots. -JimC -- James Cloos cl...@jhcloos.com OpenPGP

Re: [R] R versions and PostScript files

2011-07-22 Thread James Cloos
and the PostScriptDesc struct there also need to track any such changes. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

Re: [R] R versions and PostScript files

2011-07-22 Thread James Cloos
and the PostScriptDesc struct there also need to track any such changes. -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6 __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http