circle | R Documentation |
This function is used for plotting purposes
circle(geo, cluster.center, cluster.end)
geo |
A |
cluster.center |
The area index (an integer between |
cluster.end |
The area index (an integer between |
cluster.radius |
A data frame that you can plot |
Albert Y. Kim
data(pennLC) geo <- pennLC$geo[,2:3] plot(geo,type='n') text(geo,labels=1:nrow(geo)) lines( circle(geo, 23, 46), col = "red" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.