| sp_point | R Documentation | 
create an spatial point object from 1 point and optionally export it as a shapefile
sp_point(
  lon,
  lat,
  ID = "point",
  proj4 = "+proj=longlat +datum=WGS84 +no_defs",
  export = FALSE,
  runDir = runDir
)
| lon | lon | 
| lat | lat | 
| ID | name of point | 
| proj4 | projection | 
| export | write shafefile default = F | 
| runDir | 
 | 
## creating sp spatial point object
point <- sp_point(8.770362,50.815240,ID="Faculty of Geographie Marburg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.