Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

utils-printControl

Print Control


Description

Unlists and prints a control object.

Usage

## S3 method for class 'control'
print(x, ...)

Arguments

x

the object to be printed.

...

arguments to be passed.

Value

print.control

prints control.

Examples

## print -
   control = list(n = 211, seed = 54, name = "generator")
   print(control) 
   class(control) = "control"
   print(control)

fBasics

Rmetrics - Markets and Basic Statistics

v3042.89.1
GPL (>= 2)
Authors
Diethelm Wuertz [aut], Tobias Setz [cre], Yohan Chalabi [ctb] Martin Maechler [ctb]
Initial release
2017-11-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.