scmap: Schwarz-Christoffel Mapping (Disk to Polygon)

View source: R/scmap.R

scmapR Documentation

Schwarz-Christoffel Mapping (Disk to Polygon)

Description

Generates the Schwarz-Christoffel mapping from the unit disk to the provided 2D polygon.

Usage

scmap(x, wc, nptsq = 12)

Arguments

x

sccm_ch or sccm_pg, object.

wc

the center of the polygon, i.e., where the origin will be mapped to. The default is c(mean(x), mean(y))

nptsq

the number of points per subinterval used in Gauss-Jacobi quadrature.

Details

These functions might be used later to allow end users to have more control over the mmappings. Until then, it would be best for end users to use d2p for disk to polygon, p2d for polygon to disk, and p2p for mapping one polygon to another via a disk.

Value

an object

See Also

d2p for disk to polygon, p2d for polygon to disk, and p2p for mapping one polygon to another via a disk.


dewittpe/sccm documentation built on Feb. 2, 2024, 5:25 p.m.