percauthors:

Usage Arguments Examples

Usage

1
percauthors(Table, Sums)

Arguments

Table
Sums

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- 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 (Table, Sums) 
{
    justy <- Table[, 2:2]
    newcol <- justy/Sums[2]
    return(newcol)
  }

KCIV/LotkasLaw documentation built on May 8, 2019, 4:40 p.m.