Learn R Programming

hyperSpec (version 0.98-20140523)

as.character: Convert a hyerSpec object to character strings for Display print, show, and summary show the result of as.character.

Usage

## S3 method for class 'hyperSpec':
as.character(x,
    digits = getOption("digits"), range = TRUE,
    max.print = 5, shorten.to = c(2, 1), log = TRUE)

## S3 method for class 'hyperSpec': show(object)

## S3 method for class 'hyperSpec': print(x, log = FALSE, range = FALSE, ...)

## S3 method for class 'hyperSpec': summary(object, log = TRUE, ...)

Arguments

digits
number of digits handed over to format
range
should the values be indicated as range rather then first and last elements?
max.print
maximum number of elements to be printed (of a variable)
shorten.to
if a vector is longer than max.print, only the first shorten.to[1] and the last shorten.to[2] elements are printed
object
a hyperSpec object
log
should the log be printed?
x
a hyperSpec object
...
print and summary hand further arguments to as.character

Value

  • as.character returns a character vector fit to be printed by cat with sep = "".

    print invisibly returns x after printing, show returns an invisible NULL.

    print, show, and summary differ only in the defaults. show displays the range of values instead,

    print shows the overview giving the first and last values of each data column (fastest).

    summary displays the logbook in addition.

    chondro

    show (chondro)

    summary (chondro)

    print (chondro, log = TRUE) print (chondro, range = TRUE)

    logbook (chondro)

    as.character

    show

    print

    summary

    methods print