The R Project SVN R

Rev

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

Rev 87049 Rev 88896
Line 58... Line 58...
58
    be centered and scaled in either the row direction or the column
58
    be centered and scaled in either the row direction or the column
59
    direction, or none.  The default is \code{"row"} if \code{symm} is
59
    direction, or none.  The default is \code{"row"} if \code{symm} is
60
    false, and \code{"none"} otherwise. This scaling only affects the
60
    false, and \code{"none"} otherwise. This scaling only affects the
61
    \emph{colour} scale; it does not scale the original data.  See the
61
    \emph{colour} scale; it does not scale the original data.  See the
62
    Examples.}
62
    Examples.}
63
  \item{na.rm}{logical indicating whether \code{NA}'s should be removed.}
63
  \item{na.rm}{logical indicating whether \code{NA}s should be removed.}
64
  \item{margins}{numeric vector of length 2 containing the margins
64
  \item{margins}{numeric vector of length 2 containing the margins
65
    (see \code{\link{par}(mar = *)}) for column and row names, respectively.}
65
    (see \code{\link{par}(mar = *)}) for column and row names, respectively.}
66
  \item{ColSideColors}{(optional) character vector of length \code{ncol(x)}
66
  \item{ColSideColors}{(optional) character vector of length \code{ncol(x)}
67
    containing the color names for a horizontal side bar that may be used to
67
    containing the color names for a horizontal side bar that may be used to
68
    annotate the columns of \code{x}.}
68
    annotate the columns of \code{x}.}