powered by
rray_hypot() computes the elementwise square root of the sum of squares of x and y.
rray_hypot()
x
y
rray_hypot(x, y)
A vector, matrix, array or rray.
An object of the common type of x and y containing the square root of the sum of squares.
# NOT RUN { x <- matrix(c(2, 4, 6)) # With broadcasting rray_hypot(x, t(x)) # }
Run the code above in your browser using DataLab