powered by
Print a numeric series to the console.
# S3 method for discretes print(x, len = 6, ...)
Invisibly returns the input object x.
x
Numeric series (numeric vector or object of class "discretes").
numeric
"discretes"
Number of discrete values to display.
Further arguments to pass to downstream methods; currently not used.
print(integers()) print(1 / natural1()) print(-1 / natural1()) print(1 / integers()) print(1 / integers(), len = 1) print(1 / integers(), len = 0)
Run the code above in your browser using DataLab