l_redraw {loon} | 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)
}