HypersphereArea: Get hypersphere area

Description Usage Arguments Details Value Author(s) Examples

View source: R/HypersphereArea.R

Description

Calculates the dimensional equivalent of area for a hypersphere.

Usage

1
HypersphereArea(Radius, NDimensions)

Arguments

Radius

The radius of the sphere.

NDimensions

The number of dimensions of the sphere.

Details

Given a specified radius and number of dimensions calculates the dimensional equivalent of area for a hypersphere.

Value

The surface area (or dimensional equivalent of area).

Author(s)

Graeme T. Lloyd graemetlloyd@gmail.com

Examples

1
2
# Get surface area of the regular unit sphere:
HypersphereArea <- function(Radius = 1, NDimension = 3)

graemetlloyd/hypRspace documentation built on Aug. 24, 2020, 11:41 a.m.