The R Project SVN R

Rev

Rev 88603 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88603 Rev 90060
Line 48... Line 48...
48
 
48
 
49
The RGB values produced by this function correspond to the \abbr{sRGB}
49
The RGB values produced by this function correspond to the \abbr{sRGB}
50
color space used on most PC computer displays.  There are other
50
color space used on most PC computer displays.  There are other
51
packages which provide more general color space facilities.
51
packages which provide more general color space facilities.
52
 
52
 
53
  Semi-transparent colors (\code{0 < alpha < 1}) are supported only on
53
  Semi-transparent colors (\eqn{0 < \code{alpha} < 1}) are supported only on
54
  some devices: see \code{\link{rgb}}.
54
  some devices: see \code{\link{rgb}}.
55
}
55
}
56
\value{
56
\value{
57
  A vector of character strings which can be used as color
57
  A vector of character strings which can be used as color
58
  specifications by \R graphics functions.
58
  specifications by \R graphics functions.