areaDefinition | R Documentation |
helper function to generate an area definition
areaDefinition(x = NA, y = NA)
x |
x-coordinates of the 'corners' of the area |
y |
y-coordinates of the 'corners' of the area returns a data.frame with columns x & y |
areaBlockExample <- areaDefinition(x = c(5,10,10,5), y = c(10,10,20,20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.