sample_perimeter: Sample n point regularly spaced on a circle

View source: R/utils_sampling.R

sample_perimeterR Documentation

Sample n point regularly spaced on a circle

Description

Sample n point regularly spaced on a circle

Usage

sample_perimeter(n = 7, x0 = 0, y0 = 0, r = 1)

Arguments

n

number of points

x0, y0

coordinates of the center of the sampled circle

r

radius of the sampled circle

Value

a dataframe with n, x, and y columns


picasa/generate documentation built on Feb. 28, 2025, 6:51 a.m.