Transform gates coordinates and modify names of parameters.
1 2 3 4 5 6 7 | transform_gates(
gates,
transformation = NULL,
pattern = "[\\<|\\>]",
replacement = "",
time_step = NULL
)
|
gates |
a named list representing the gating hierarchy. |
transformation |
A list of trans objects. Each element must be named after a parameter and contain the transfomation to apply for this parameter. |
pattern |
pattern to be replaced in the names of gate coordinates |
replacement |
Character string that is to replace 'pattern' in in the names of gate coordinates |
time_step |
value of the time step used to transform gates with the 'Time' parameter. Ignored if NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.