| Line 64... |
Line 64... |
| 64 |
Option \code{width} controls the printing of vectors, matrices and
|
64 |
Option \code{width} controls the printing of vectors, matrices and
|
| 65 |
arrays, and option \code{deparse.cutoff} controls the printing of
|
65 |
arrays, and option \code{deparse.cutoff} controls the printing of
|
| 66 |
\link{language objects} such as calls and formulae.
|
66 |
\link{language objects} such as calls and formulae.
|
| 67 |
|
67 |
|
| 68 |
When the \pkg{methods} package is attached, \code{print} will call
|
68 |
When the \pkg{methods} package is attached, \code{print} will call
|
| 69 |
\code{\link{show}} for \R objects with formal classes if called
|
69 |
\code{\link{show}} for \R objects with formal classes (\sQuote{S4})
|
| 70 |
with no optional arguments.
|
70 |
if called with no optional arguments.
|
| 71 |
}
|
71 |
}
|
| 72 |
\section{Large number of digits}{
|
72 |
\section{Large number of digits}{
|
| 73 |
Note that for large values of \code{digits}, currently for
|
73 |
Note that for large values of \code{digits}, currently for
|
| 74 |
\code{digits >= 16}, the calculation of the number of significant
|
74 |
\code{digits >= 16}, the calculation of the number of significant
|
| 75 |
digits will depend on the platform's internal (C library)
|
75 |
digits will depend on the platform's internal (C library)
|