The R Project SVN R

Rev

Rev 61168 | Rev 65540 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61204
Line 17... Line 17...
17
}
17
}
18
\arguments{
18
\arguments{
19
  \item{x}{the object to be printed.}
19
  \item{x}{the object to be printed.}
20
  \item{digits}{a non-null value for \code{digits} specifies the minimum
20
  \item{digits}{a non-null value for \code{digits} specifies the minimum
21
    number of significant digits to be printed in values.  The default,
21
    number of significant digits to be printed in values.  The default,
22
    \code{NULL}, uses \code{\link{getOption}(digits)}.  (For the
22
    \code{NULL}, uses \code{\link{getOption}("digits")}.  (For the
23
    interpretation for complex numbers see \code{\link{signif}}.)
23
    interpretation for complex numbers see \code{\link{signif}}.)
24
    Non-integer values will be rounded down, and only values
24
    Non-integer values will be rounded down, and only values
25
    greater than or equal to 1 and no greater than 22 are accepted.
25
    greater than or equal to 1 and no greater than 22 are accepted.
26
  }
26
  }
27
  \item{quote}{logical, indicating whether or not strings
27
  \item{quote}{logical, indicating whether or not strings
Line 34... Line 34...
34
    columns in printed vectors, matrices and arrays.}
34
    columns in printed vectors, matrices and arrays.}
35
  \item{right}{logical, indicating whether or not strings should be
35
  \item{right}{logical, indicating whether or not strings should be
36
    right aligned.  The default is left alignment.}
36
    right aligned.  The default is left alignment.}
37
  \item{max}{a non-null value for \code{max} specifies the approximate
37
  \item{max}{a non-null value for \code{max} specifies the approximate
38
    maximum number of entries to be printed.  The default, \code{NULL},
38
    maximum number of entries to be printed.  The default, \code{NULL},
39
    uses \code{\link{getOption}(max.print)}; see that help page for more
39
    uses \code{\link{getOption}("max.print")}; see that help page for more
40
    details.}
40
    details.}
41
  \item{useSource}{logical, indicating whether to use source
41
  \item{useSource}{logical, indicating whether to use source
42
    references or copies rather than deparsing language objects.
42
    references or copies rather than deparsing language objects.
43
    The default is to use the original source if it is available.}
43
    The default is to use the original source if it is available.}
44
  \item{\dots}{further arguments to be passed to or from other
44
  \item{\dots}{further arguments to be passed to or from other