Learn R Programming

statnet.common (version 4.10.0)

control.remap: Overwrite control parameters of one configuration with another.

Description

Given a control.list, and two prefixes, from and to, overwrite the elements starting with to with the corresponding elements starting with from.

Usage

control.remap(control, from, to)

Value

An control.list object.

Arguments

control

An object of class control.list.

from

Prefix of the source of control parameters.

to

Prefix of the destination of control parameters.

Author

Pavel N. Krivitsky

See Also

print.control.list

Examples

Run this code

(l <- set.control.class("test", list(a.x=1, a.y=2)))
control.remap(l, "a", "b")

Run the code above in your browser using DataLab