R/sphere.R

Defines functions sphere

Documented in sphere

sphere <- function(x) {
  return(sum(x^2))
}

Try the EEEA package in your browser

Any scripts or data that you put into this service are public.

EEEA documentation built on June 10, 2025, 9:13 a.m.