[R] package colorspace and .WhitePoint question

2018-06-04 Thread Glenn Davis
= XYZ(95,100,105) assign( ".WhitePoint", XYZ(95,100,105), env=as.environment('package: colorspace') ) but all fail, for different reasons. How can I transform XYZ to LAB using a whitepoint different than D65 ? Thanks, Glenn Davis gda...@gluonics.com [[alternative

Re: [R] RE : RE : R getting slower until it breaks...

2010-10-08 Thread Glenn Davis
There might be a file handle leak, i.e. files were never closed after being written. The Process Explorer program: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx can tell you. -- View this message in context: http://r.789695.n4.nabble.com/R-getting-slower-until-it-breaks-tp29655

Re: [R] Command-line editing & history

2007-09-29 Thread Glenn Davis
ing, though this would be possible too). If the a previous command is edited, the entire new command becomes the new matching string. Note: I'm not sure about the function of CHARTRANS. I assume it changes the current command. Glenn Davis http://www.nabble.com/file/p12959946/smart-recall.