## 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, ...)
as.character,hyperSpec-method
: as.character
returns a character vector fit to be printed by
cat
with sep = "" .print,hyperSpec-method
: print
invisibly returns x
after printing, show
returns
an invisible NULL
.
as.character
show
print
summary
format
}
max.print
, only the
first shorten.to[1]
and the last shorten.to[2]
elements are
printed}
hyperSpec
object}
hyperSpec
object}
print
and summary
hand further arguments to as.character
}print
, show
, and summary
show the result of
as.character
.show,hyperSpec-method
: print
, show
, and summary
differ only in the defaults.
show
displays the range of values instead,show (chondro)
summary (chondro)
print (chondro, log = TRUE) print (chondro, range = TRUE)
logbook (chondro)