agl {geoComp} | R Documentation |
agl(dados)
dados |
##---- 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) }