View source: R/function_multiplication.R
coord_point_pg | R Documentation |
calculate coordinates of points regularly distributed on polygon segments
coord_point_pg(nb_vertice, modulo)
nb_vertice |
number of polygon segments |
modulo |
number of points |
return coordinates of points
library(dplyr) poly <- coord_pg(3) point <- coord_point_pg(nb_vertice=3,modulo=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.