print.Ocens | R Documentation |
print Method for Ocens Objects
## S3 method for class 'Ocens'
print(x, ivalues = FALSE, digits = 5, ...)
x |
an object created by |
ivalues |
set to |
digits |
number of digits to the right of the decimal place used in rounding original levels when |
... |
ignored |
nothing
Y <- Ocens(1:3, c(1, Inf, 3))
Y
print(Y, ivalues=TRUE) # doesn't change anything since were numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.