is_polygon_df | R Documentation |
Test if object is polygon_df or NULL
is_polygon_df(x)
x |
object |
TRUE if object is polygon_df or NULL
df <- create_polygon_df(x = c(0, 0, 1, 1), y = c(0, 1, 1, 0))
is_polygon_df(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.