ascii (version 1.2)

ascii.ftable: ascii method for class ftable...

Description

ascii method for class ftable

Usage

## S3 method for class 'ftable':
ascii(x, digits=getOption("digits"), header=TRUE, ...)

Arguments

x
An R object of class found among methods(ascii).
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.
header
logical or numeric. If TRUE or 1, 2, ...

Value

  • An ascii object.

item

...

code

?ascii.default