volume_pball | R Documentation |
Euclidean volume of a p-ball (arbitrary dimension).
volume_pball(d, p, r = 1)
d |
dimension |
p |
exponent in the p-norm, a positive number |
r |
radius of the ball |
The volume of the p
-ball with radius r
.
volume_pball(d=4, p=2, r=2)
volume_sphere(d=4, r=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.