LotkasN2:

Usage Arguments Examples

Usage

1
LotkasN2(Sums, FullTable)

Arguments

Sums
FullTable

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##---- 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 (Sums, FullTable) 
{
    N <- nrow(FullTable)
    print(N)
    xy <- Sums[3]
    print(xy)
    loX <- Sums[1]
    print(lox)
    loy <- Sums[2]
    print(loy)
    x2 <- Sums[4]
    lox2 <- lox^2
    top <- (N * xy) - (lox * loy)
    print(top)
    bottom <- (N * x2) - (lox2)
    print(bottom)
    Nfinal <- top/bottom
    return(Nfinal)
  }

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