powered by
Given a control.list, and two prefixes, from and to, overwrite the elements starting with to with the corresponding elements starting with from.
control.list
from
to
control.remap(control, from, to)
An control.list object.
An object of class control.list.
Prefix of the source of control parameters.
Prefix of the destination of control parameters.
Pavel N. Krivitsky
print.control.list
(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