Description Usage Arguments Value See Also Examples
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.
1 2 3 4 5 6 7 8 9 10 11 12 | ## S4 method for signature 'hyperSpec'
as.character(x, digits = getOption("digits"),
range = TRUE, max.print = 5, shorten.to = c(2, 1))
## S4 method for signature 'hyperSpec'
show(object)
## S4 method for signature 'hyperSpec'
print(x, range = FALSE, ...)
## S4 method for signature 'hyperSpec'
summary(object, ...)
|
x |
a |
digits |
number of digits handed over to |
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 |
object |
a |
... |
|
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.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.