parse_lon_dohunbyo | R Documentation |
Parse longitude and latitude values in DMS
parse_lon_dohunbyo(longitude) parse_lat_dohunbyo(latitude)
longitude |
longitude values |
latitude |
latitude values |
numeric vector
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.