zoom.out.but {arvoRe}R Documentation

Usage

zoom.out.but(imgHeight)

Arguments

imgHeight

Examples

##---- 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()
  }

[Package arvoRe version 0.1.7 Index]