utils-printControl: Print control

printR Documentation

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

prints control

Examples

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

fBasics documentation built on Sept. 11, 2024, 6:34 p.m.