Colors this library uses for labeling modules.
库使用的标签模块的颜色。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the vector of color names in the order they are assigned by other functions in this library.
返回向量的颜色名称,在这个库的函数分配的顺序。
用法----------Usage----------
standardColors(n = NULL)
参数----------Arguments----------
参数:n
Number of colors requested. If NULL, all (approx. 450) colors will be returned. Any other invalid argument such as less than one or more than maximum (length(standardColors())) will trigger an error.
请求的颜色数。如果NULL,所有(约450),颜色将被退回。任何诸如小于比最大(length(standardColors()))中的一个或多个其他参数无效,将触发一个错误。
值----------Value----------
A vector of character color names of the requested length.
的矢量字符的颜色名称的请求的长度。
(作者)----------Author(s)----------
Peter Langfelder, <a href="mailtoeter.Langfelder@gmail.com">eter.Langfelder@gmail.com</a>