Description Usage Arguments Details Value See Also Examples
GEcircle
creates approximate circles in KML to be opened in Google
Earth
1 | GEcircle(lat, long, radius, color, west = T)
|
lat |
String or Numeric. Vector of latitudes. |
long |
String or Numeric. Vector of corresponding longitudes. |
radius |
Numeric. Radius, of desired circle in meters. |
color |
Vector of any of the three kinds of R color specifications.
Determines the circle's color; value is passed onto
|
west |
Logical. Are the points in the western hemisphere? If values for
|
This function can use decimal degree or degree, minute, second format of latitude/longitude points to allow copy/paste of points from Google Earth. Make sure the degree and prime symbols are removed and replaced with spaces before running, as in the example.
This functions will write KML files to your working directory.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.