Learn R Programming

spheresmooth (version 0.1.3)

edp: Compute the equal-distance projection of a point onto the xy plane

Description

This function computes the equal-distance projection of a point p onto the xy plane.

Usage

edp(p)

Value

Numeric vector representing the equal-distance projection of p onto the xy plane.

Arguments

p

Numeric vector representing a point in Cartesian coordinates.