powered by
Concatenates its arguments to give a single free object
# S3 method for free sum(..., na.rm = FALSE)
Objects of class free, to be summed
free
Boolean, indicating whether to ignore NA entries
NA
# NOT RUN { x <- rfree(10,3) sum(x) abelianize(sum(x)) z <- alpha(26) stopifnot(sum(x^z) == sum(x)^z) # }
Run the code above in your browser using DataLab