Description Usage Arguments Value Examples
creates a tibble with the an entry for the radius, number of sides, x and y coordinates, perimeter, and area of shape
1 | coords_ngon(r, n)
|
r |
a numeric input containing a positive integer |
n |
a numeric input containing a positive integer |
a dataframe containining the radius r
, number of side n
1 2 | ngon(3,4)
ngon (102,40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.