bary.to.sphere.cart | R Documentation |
Given a triangular mesh on a sphere described by mesh locations
(phi
, lambda
), a radius R
and a triangulation
Trt
, determine the Cartesian coordinates of points cb
given in barycentric coordinates with respect to the mesh.
bary.to.sphere.cart(phi, lambda, R, Trt, cb)
phi |
Latitudes of mesh points |
lambda |
Longitudes of mesh points |
R |
Radius of sphere |
Trt |
Triangulation |
cb |
Object returned by tsearch containing information on the triangle in which a point occurs and the barycentric coordinates within that triangle |
An N-by-3 matrix of the Cartesian coordinates of the points
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.