Force redraw the plot to make sure that all the visual elements are placed correctly.
Details
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.
Examples
if(interactive()){
p <- l_plot(iris)
l_redraw(p)
}