get_well_rectangle | R Documentation |
Get rectangle polygon in theta-phi space from coordinates
get_well_rectangle(theta1, theta2, phi1, phi2)
theta1 |
Lower limit theta |
theta2 |
Upper limit theta |
phi1 |
Lower limit phi |
phi2 |
Upper limit phi |
Returns a rectangle as an sf polygon in theta-phi space
## Not run:
get_well_rectangle(0,pi/2,0,pi/6)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.