Learn R Programming

mgpd (version 1.99)

Alog: internal

Description

internal use only

Usage

Alog(t1, t2, alpha = 2, ...)

Arguments

t1
t2
alpha
...

Value

  • internal use only

Details

internal use only

References

internal use only

See Also

internal use only

Examples

Run this code
##---- 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 (t1, t2, alpha = 2, ...) 
eval({
    t1 <- t1
    t2 <- t2
    alpha <- alpha
    .Alog
  })

Run the code above in your browser using DataLab