l_redraw | R Documentation |
Force redraw the plot to make sure that all the visual elements are placed correctly.
l_redraw(widget)
widget |
widget path as a string or as an object handle |
Note that this function is intended for debugging. If you find that the display does not display the data according to its plot states then please contact loon's package maintainer.
if(interactive()){
p <- l_plot(iris)
l_redraw(p)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.