Peirce-signLogX: Generate a New Layer (X from Table)

Description Usage Arguments Value Author(s) Examples

Description

Generates a layer of Log base 10 of X

Usage

1
Peirce-signLogX(Table)

Arguments

Table

The table being imported containing classes and methods

Value

Returns a Column with Log base 10 of X.

Author(s)

Friedman

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
add (Table) 
{
    value <- log(Table[, 1:1], base = 10)
    return(value)
  }

AlonFriedman01/Peirce--Theory-of-Signs documentation built on May 5, 2019, 4:55 a.m.