Description Usage Arguments Value Examples
Parse longitude and latitude values in DMS
| 1 2 3 | parse_lon_dohunbyo(longitude)
parse_lat_dohunbyo(latitude)
 | 
| longitude | longitude values | 
| latitude | latitude values | 
numeric vector
| 1 2 3 4 | x <- "\u6771\u7d4c139\u5ea644\u520628\u79d28869"
parse_lon_dohunbyo(x)
y <- "\u5317\u7def35\u5ea639\u520629\u79d21572"
parse_lat_dohunbyo(y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.