create_occluder | R Documentation |
Create a polygon representing an occluder
create_occluder(center_x, center_y, length, width)
center_x |
Center x coordinate |
center_y |
Center y coordinate |
length |
Length of the occluder |
width |
Width of the occluder |
object of class sfc_POLYGON
occluder <- create_occluder(0, 0, 10, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.