v2vedge: Computes the coordinates of a vertex on the edge

View source: R/field_common.R

v2vedgeR Documentation

Computes the coordinates of a vertex on the edge

Description

Given the coordinates of one of vertices, v2vedge() computes the coordinates of the vertex on the edge.

Usage

v2vedge(v, edge)

Arguments

v

numeric vector of ternary coordinates.

edge

numeric value of the edge.

Value

numeric vector of ternary coordinates of the vertex on the edge.

Examples

plot3logit:::v2vedge(c(1, 0, 0), 0.02)


plot3logit documentation built on July 19, 2022, 9:07 a.m.