l_after_idle | R Documentation |
It is possible for an observer to call the configure method of that plot while the plot is still in the configuration pipeline. In this case, a warning is thrown as unwanted side effects can happen if the next observer in line gets an outdated notification. In this case, it is recommended to use the l_after_idle function that evaluates some code once the processor is idle.
l_after_idle(fun)
fun |
function to be evaluated once tcl interpreter is idle |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.