Learn R Programming

SVG (version 1.0.0)

generate_square_grid: Generate Square Grid Coordinates

Description

Creates regular square grid.

Usage

generate_square_grid(n_spots)

Value

Matrix of x, y coordinates.

Arguments

n_spots

Approximate number of spots desired.