create.polar.cart.grid: Create grid on projection of hemisphere onto plane

View source: R/geometry.R

create.polar.cart.gridR Documentation

Create grid on projection of hemisphere onto plane

Description

Create grid on projection of hemisphere onto plane

Usage

create.polar.cart.grid(pa, res, phi0)

Arguments

pa

If TRUE, make this an area-preserving projection

res

Resolution of grid

phi0

Value of phi0 at edge of grid

Value

List containing:

s

Grid locations in spherical coordinates

c

Grid locations in Cartesian coordinates on plane

xs

X grid line locations in Cartesian coordinates on plane

ys

Y grid line locations in Cartesian coordinates on plane

Author(s)

David Sterratt


retistruct documentation built on April 3, 2025, 5:58 p.m.