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 some new color ?thank you . -- TANG Jie Email: totangjie@gmail.com Tel: 0086-2154896104 Shanghai Typhoon Institute,China [[alternative HTML version deleted]]
R. Michael Weylandt
2012-Mar-14 15:06 UTC
[R] where I can find more color names or color definition?
apropos("color") ?colors colors() Michael On Wed, Mar 14, 2012 at 10:55 AM, Jie Tang <totangjie at gmail.com> 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 some new color ?thank you . > > -- > TANG Jie > Email: totangjie at gmail.com > Tel: 0086-2154896104 > Shanghai Typhoon Institute,China > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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 commented, minimal, self-contained, reproducible code.
Jorge I Velez
2012-Mar-14 15:14 UTC
[R] where I can find more color names or color definition?
Hi, One way would be to type colors() and choose your favorite(s) ;-) HTH, Jorge.- On Wed, Mar 14, 2012 at 10:55 AM, 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 some new color ?thank you . > > -- > TANG Jie > Email: totangjie@gmail.com > Tel: 0086-2154896104 > Shanghai Typhoon Institute,China > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
David Winsemius
2012-Mar-14 15:17 UTC
[R] where I can find more color names or color definition?
On Mar 14, 2012, at 10:55 AM, 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 some new color ?thank you .When you have a question, your first thought should be ... what will happen if I type : ?colors -- David Winsemius, MD West Hartford, CT
Load package fBasics library(fBasics) colors() should give you what you want. Also helpful are colorTable() colorLocator() Which I found by searching for colors from the R console help menu.> Date: Wed, 14 Mar 2012 22:55:39 +0800 > From: totangjie@gmail.com > To: r-help@r-project.org > Subject: [R] where I can find more color names or color definition? > > 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 some new color ?thank you . > > -- > TANG Jie > Email: totangjie@gmail.com > Tel: 0086-2154896104 > Shanghai Typhoon Institute,China > > [[alternative HTML version deleted]] > > ______________________________________________ > 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 commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]
Henrik Pärn
2012-Mar-15 13:03 UTC
[R] where I can find more color names or color definition?
Another alternative: http://research.stowers-institute.org/efg/R/Color/Chart/ColorChart.pdf http://research.stowers-institute.org/efg/R/Color/Chart/ Best regards, Henrik 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 some new color ?thank you . -- Henrik Pärn Centre for Conservation Biology Department of Biology Norwegian University of Science and Technology NO-7491 Trondheim NORWAY Office: +47 735 96084 Mobile: +47 909 89 255 Fax: +47 735 96100 [[alternative HTML version deleted]]
De-Jian Zhao
2012-Mar-17 12:00 UTC
[R] where I can find more color names or color definition?
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 some new color ?thank you . >