##---- 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, C, N)
{
value <- Table[,1:1]^N
nvalue <- 1/value
part2 <- C*nvalue
return(part2)
}
Run the code above in your browser using DataLab