l_redraw {loon} | R Documentation |
Force a Content Redraw of a Plot
Description
Force redraw the plot to make sure that all the visual elements are placed correctly.
Usage
l_redraw(widget)
Arguments
widget |
widget path as a string or as an object handle |
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)
}
[Package loon version 1.4.1 Index]