sellipse | R Documentation |
Estimate area of a superellipse. Assistant function for gdi.
sellipse(a, b, k)
a |
First radius of the superellipse. |
b |
Second radius of the superellipse. |
k |
superellipse exponent. |
A single number giving the area of the superellipse
major_radius<-2
minor_radius<-3
exponent<-2.3
sellipse(major_radius, minor_radius, exponent)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.