R/l_resize.R
l_resize.Rd
Resizes the toplevel widget to a specific size.
l_resize(widget, width, height)
widget path as a string or as an object handle
width in pixels
in pixels
l_size, l_size<-
l_size
l_size<-
if(interactive()){ p <- l_plot(iris) l_resize(p, 300, 300) l_size(p) <- c(500, 500) }