search for: rgbland

Displaying 3 results from an estimated 3 matches for "rgbland".

2012 Oct 26
0
colorspace: interactive HCL palette chooser
...ackage co-author Jason C. Fisher. To check it out, simply run example(choose_palette) after installing and loading the latest version of "colorspace" from CRAN. Background information on the implemented palettes is provided in: Achim Zeileis, Kurt Hornik, Paul Murrell (2009). Escaping RGBland: Selecting Colors for Statistical Graphics. Computational Statistics & Data Analysis, 53, 3259-3270. doi:10.1016/j.csda.2008.11.033 Best wishes, Z _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packag...
2012 Oct 26
0
colorspace: interactive HCL palette chooser
...ackage co-author Jason C. Fisher. To check it out, simply run example(choose_palette) after installing and loading the latest version of "colorspace" from CRAN. Background information on the implemented palettes is provided in: Achim Zeileis, Kurt Hornik, Paul Murrell (2009). Escaping RGBland: Selecting Colors for Statistical Graphics. Computational Statistics & Data Analysis, 53, 3259-3270. doi:10.1016/j.csda.2008.11.033 Best wishes, Z _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packag...
2012 Jul 29
1
Zoo panel function
I would really like some help with understanding the panel function, in zoo. Thank you. R 15.1 and zoo 1.7-7. library(zoo) x = seq(0,3*pi,length.out=100) y = sin(x) zobj = zoo(y, x) ########################################################### ## EXAMPLE 1 - GLOBAL ARGUMENT ## This panel function works ## But, it relies on mycol, which is a global variable