ascii (version 1.3)

ascii.aovlist: ascii method for class aovlist...

Description

ascii method for class aovlist

Usage

## S3 method for class 'aovlist':
ascii(x, include.rownames=TRUE, include.colnames=TRUE, rownames=NULL,
    colnames=NULL, format="f", digits=2, decimal.mark=".", na.print="",
    caption=NULL, caption.level=NULL, width=0, frame=NULL, grid=NULL,
    valign=NULL, header=TRUE, footer=FALSE, align=NULL, col.width=1,
    style=NULL, tgroup=NULL, n.tgroup=NULL, talign="c",
    tvalign="middle", tstyle="h", bgroup=NULL, n.bgroup=NULL,
    balign="c", bvalign="middle", bstyle="h", lgroup=NULL,
    n.lgroup=NULL, lalign="c", lvalign="middle", lstyle="h",
    rgroup=NULL, n.rgroup=NULL, ralign="c", rvalign="middle",
    rstyle="h", ...)

Arguments

x
An R object of class found among methods(ascii).
include.rownames
logical. If TRUE the rows names are printed. Default value depends of class of x.
include.colnames
logical. If TRUE the columns names are printed. Default value depends of class of x.
rownames
Character vector (replicated or truncated as necessary) indicating rownames of the corresponding rows. If NULL (default) the row names are not modified
colnames
Character vector (replicated or truncated as necessary) indicating colnames of the corresponding columns. If NULL (default) the column names are not modified
format
Character vector or matrix indicating the format for the corresponding columns. These values are passed to the formatC function. Use "d" (for integers), "f", "e", "E", "g",
digits
Numeric vector of length equal to the number of columns of the resulting table (otherwise it will be replicated or truncated as necessary) indicating the number of digits to display in the corresponding columns. Default is 2.
decimal.mark
The character to be used to indicate the numeric decimal point. Default is ".".
na.print
The character string specifying how NA should be formatted specially. Default is "".
caption
Character vector of length 1 containing the table's caption or title. Set to "" to suppress the caption. Default value is NULL.
caption.level
Character or numeric vector of length 1 containing the caption's level. Can take the following values: 0 to 5, "." (block titles in asciidoc markup), "s" (strong), "e" (emphasis), "m"
width
Numeric vector of length one containing the table width relative to the available width (expressed as a percentage value, 1...

Value

  • An ascii object.

item

  • frame
  • grid
  • valign
  • header
  • footer
  • align
  • col.width
  • style
  • tgroup
  • n.tgroup
  • talign
  • tvalign
  • tstyle
  • bgroup
  • n.bgroup
  • balign
  • bvalign
  • bstyle
  • lgroup
  • n.lgroup
  • lalign
  • lvalign
  • lstyle
  • rgroup
  • n.rgroup
  • ralign
  • rvalign
  • rstyle
  • ...

code

include.colnames = TRUE