LotkasXX: Multiplies Log base 10 of X by itself. (x^2)

Description Usage Arguments Value Author(s) Examples

View source: R/LotkasXX.R

Description

This forumla is to create value of X^2

Usage

1
LotkasXX(Table)

Arguments

Table

Value

Returned value is the result of X^2

Author(s)

Kenneth Buker

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 (Table) 
{
    value <- (Table[, 3:3] * Table[, 3:3])
    return(value)
  }

LotkasLaw documentation built on May 2, 2019, 8:54 a.m.