coord_line: calculate start and end coordinates of segments

View source: R/function_multiplication.R

coord_lineR Documentation

calculate start and end coordinates of segments

Description

calculate start and end coordinates of segments

Usage

coord_line(nb_vertice, modulo, table)

Arguments

nb_vertice

number of polygon segments

modulo

number of points

table

desired multiplication table

Value

return coordinates of segments

Examples

library(dplyr)
segment <- coord_line(nb_vertice = 5, modulo = 100,table = 2)

mhanf/multiplyR documentation built on May 17, 2022, 7:41 a.m.