Description Usage Arguments Examples
Area of spherical domain
1 2 | ## S3 method for class 'sphericaldomain'
area(w)
|
w |
Objcet of class |
1 2 3 4 | dom <- sphere(2)
area(dom)
dom <- sphericalcap(c(0,0), pi/2, radius = 2)
area(dom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.