Re: [R] where I can find more color names or color definition?

2012-03-17 Thread De-Jian Zhao
RColorBrewer {RColorBrewer} Creates nice looking color palettes especially for thematic maps On 2012-3-14 22:55, Jie Tang wrote: hi everyone . Now I want to draw several lines in one frame.And it seems needs more colors except for blue red,black .Where can i found these color name or define s

Re: [R] how to call functions with same name but in different package?

2012-03-17 Thread De-Jian Zhao
Much better! Thanks. On 2012-3-17 18:02, Prof Brian Ripley wrote: On 17/03/2012 09:34, De-Jian Zhao wrote: Rename the functions after loading the library. library("wavelets") dwt.wavelets <- dwt library("waveslim") dwt.waveslim <- dwt Then use dwt.wavelets and dwt.

Re: [R] how to call functions with same name but in different package?

2012-03-17 Thread De-Jian Zhao
Rename the functions after loading the library. library("wavelets") dwt.wavelets <- dwt library("waveslim") dwt.waveslim <- dwt Then use dwt.wavelets and dwt.waveslim instead. On 2012-3-17 17:03, Jie Tang wrote: hi everyone . I am trying to use some packages but there are some functions have

Re: [R] Sorting strings

2012-02-20 Thread De-Jian Zhao
On 2012-2-20 23:15, Rui Barradas wrote: Could it be OS related? Yes, it seems. I tried it on my local windows xp and redhat linux server, and got different results. Hope it will be fixed in the future versions. Maybe we should keep alert to check whether the results are consistent when trans

Re: [R] Sorting strings

2012-02-20 Thread De-Jian Zhao
gw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 13.0 year 2011 month 04 day13 svn rev55427 language R version.string R version 2.13.0 (2011-04-13) On 2012-2-21 0:13, De-Jian Zhao wrote: It s

Re: [R] Sorting strings

2012-02-20 Thread De-Jian Zhao
It seems OS-dependent. I got different results when trying it on windows xp and Redhat linux. > R.version _ platform x86_64-unknown-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 2 minor 9.1 year