set.zoom.image.tree {arvoRe}R Documentation

Usage

set.zoom.image.tree(imgHeight, imgWidth, scalarfac = 1)

Arguments

imgHeight
imgWidth
scalarfac

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, imgWidth, scalarfac = 1) {
        imgHeight <- imgHeight * scalarfac
        imgWidth <- imgWidth * scalarfac
        assign("imgHeight", imgHeight, .EnvironmentArvoRe)
        assign("imgWidth", imgWidth, .EnvironmentArvoRe)
  }

[Package arvoRe version 0.1.7 Index]