show {hyperSpec} | R Documentation |
print
, show
, and summary
show the result of as.character
.
## S4 method for signature 'hyperSpec': show(object) ## S4 method for signature 'hyperSpec': print(x, log = FALSE, ...) ## S4 method for signature 'hyperSpec': summary(object, log = TRUE, ...) ## S4 method for signature 'hyperSpec': as.character(x, digits = getOption ("digits"), max.print = 5, shorten.to = c(2, 1), log = TRUE)
x, object |
a hyperSpec object |
digits |
number of digits handed over to format |
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 |
log |
should the log be printed? |
... |
print hands any arguments to as.character |
as.character
returns a character vector fit to be printed by
cat
with sep = "\n"
.
print
invisibly returns x
after printing, show
returns an invisible NULL
.
print
,
show
, and
as.character
chondro print (chondro, log = TRUE) logbook (chondro)