~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/base/man/format.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-04-17 06:56:48 UTC
  • mfrom: (1.3.1 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090417065648-9mgm2udb2eanluot
* New upstream version released this morning

* debian/rules: Turn optimisation back to -O3 on alpha (as elsewhere) 
  with thanks to Kurt Roeckx for applying a fix to gcc

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
\usage{
17
17
format(x, \dots)
18
18
 
19
 
\method{format}{default}(x, trim = FALSE, digits = NULL, nsmall = 0,
 
19
\method{format}{default}(x, trim = FALSE, digits = NULL, nsmall = 0L,
20
20
       justify = c("left", "right", "centre", "none"),
21
21
       width = NULL, na.encode = TRUE, scientific = NA,
22
 
       big.mark = "",   big.interval = 3,
23
 
     small.mark = "", small.interval = 5,
 
22
       big.mark = "",   big.interval = 3L,
 
23
     small.mark = "", small.interval = 5L,
24
24
   decimal.mark = ".", zero.print = NULL, drop0trailing = FALSE, \dots)
25
25
 
26
26
\method{format}{data.frame}(x, \dots, justify = "none")
128
128
\references{
129
129
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
130
130
  \emph{The New S Language}.
131
 
  Wadsworth \& Brooks/Cole.
 
131
  Wadsworth & Brooks/Cole.
132
132
}
133
133
 
134
134
\seealso{