triple.numeric.Rd
This function multiplies the vector by 3.
# S3 method for numeric triple(x, ...)
a numeric vector.
ignored.
triple(1:3) #> [1] 3 6 9