zoom.out.but {arvoRe} | R Documentation |
zoom.out.but(imgHeight)
imgHeight |
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function(imgHeight) { if (imgHeight >= 320) { imgHeight <- round(imgHeight / 1.1, digits = 0) imgWidth <- round((4/3) * imgHeight, digits = 0) set.zoom.image.tree(imgHeight, imgWidth) } refreshF5() }