surface_sphere: Sphere surface

View source: R/surfaces.R

surface_sphereR Documentation

Sphere surface

Description

Surface of a sphere (arbitrary dimension).

Usage

surface_sphere(d, r = 1)

Arguments

d

dimension of the space

r

radius of the sphere

Value

The surface of the sphere of radius r in the d-dimensional space.

Examples

r <- 2
surface_sphere(3, r)
4*pi*r^2
# perimeter of the unit circle:
surface_sphere(2)

uniformly documentation built on July 26, 2023, 6:06 p.m.