agl {geoComp}R Documentation

Usage

agl(dados)

Arguments

dados

Examples

##---- 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(dados){
              acre <- exp(data.frame(dados[1],dados[2],0))
              compos <- acre/rowSums(acre)
              return(compos) }

[Package geoComp version 0.1-0 Index]