polar_grid | R Documentation |
Generate a polar receptor grid
polar_grid(center_x = 100, center_y = 100, radii = c(10, 15, 20), n_radials = 36, show_plot = TRUE)
center_x |
Grid's center X coordinate. |
center_y |
Grid's center Y coordinate. |
radii |
Distances of receptor circles from center. |
n_radials |
Number of radials / spokes of receptors. |
show_plot |
Plot receptor grid. |
polar_grid(center_x = 0, center_y = 0, radii = c(10,15,20), n_radials = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.