areaSphere | R Documentation |
compute the area of an n-dimensional hypersphere
areaSphere(n, r = 1)
n |
dimensionality of space the hypersphere is embedded in (e.g.3 for a 3D-sphere) |
r |
radius of the sphere |
returns the area
areaSphere(2) #gives us the circumference of a circle of radius 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.