powered by
Unlists and prints a control object.
# S3 method for control print(x, ...)
print.control
prints control.
the object to be printed.
arguments to be passed.
## print - control = list(n = 211, seed = 54, name = "generator") print(control) class(control) = "control" print(control)
Run the code above in your browser using DataLab