horizontal: Measure end points of location bar

Usage Arguments Examples

View source: R/horizontal.R

Usage

1
horizontal(microns)

Arguments

microns

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- 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 (microns) 
{
    arrowlength <- locator()
    arrow <- max(arrowlength$x) - min(arrowlength$x)
    runits <- microns/arrow
    return(list(runits = runits))
  }

phewson/PhilsAngle documentation built on May 25, 2019, 2:54 a.m.