Learn R Programming

plot3logit (version 2.2.0)

v2vedge: 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

Run this code
# NOT RUN {
plot3logit:::v2vedge(c(1, 0, 0), 0.02)

# }

Run the code above in your browser using DataLab