Learn R Programming

TML (version 2.3.0)

Points.TLineSeg: Sample k equally spaced points on a max- or min-plus tropical line segment

Description

This function calculates k equally spaced points on a tropical line segment

Usage

Points.TLineSeg(D1, D2, k = 20, tadd = max)

Value

matrix of k equally spaced points on a tropical line segment

Arguments

D1

point in the tropical projective torus

D2

point in the tropical projective torus

k

number of points

tadd

function; max indicates max-plus addition, min indicates min-plus addition. Defaults to max

Author

Ruriko Yoshida ryoshida@nps.edu

Examples

Run this code
D1 <-c(0,4,2)
D2 <- c(0,7,-1)
Points.TLineSeg(D1, D2, k = 5)
Points.TLineSeg(D1, D2, k = 5,tadd=min)

Run the code above in your browser using DataLab