normalise:

Usage Arguments Examples

Usage

1
normalise(ingrid)

Arguments

ingrid

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- 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 (ingrid) 
{
    normConst = sum(ingrid, na.rm = T)
    ingrid/normConst
  }

galuardi/hmmwoa documentation built on May 16, 2019, 5:37 p.m.