coord_point_pg: calculate coordinates of points regularly distributed on...

View source: R/function_multiplication.R

coord_point_pgR Documentation

calculate coordinates of points regularly distributed on polygon segments

Description

calculate coordinates of points regularly distributed on polygon segments

Usage

coord_point_pg(nb_vertice, modulo)

Arguments

nb_vertice

number of polygon segments

modulo

number of points

Value

return coordinates of points

Examples

library(dplyr)
poly <- coord_pg(3)
point <- coord_point_pg(nb_vertice=3,modulo=20)

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