View source: R/function_multiplication.R
coord_line | R Documentation |
calculate start and end coordinates of segments
coord_line(nb_vertice, modulo, table)
nb_vertice |
number of polygon segments |
modulo |
number of points |
table |
desired multiplication table |
return coordinates of segments
library(dplyr) segment <- coord_line(nb_vertice = 5, modulo = 100,table = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.