使用此 google_distance 函数时,我无法理解输出。在 ggmap 中使用 mydist() 时,我会得到从 A 点到 B 点所需的英里数、分钟数、小时数。
现在,当我使用 google_distance 时,我的输出看起来像这样。任何人都可以帮助解释每个数字所指的内容吗?
$rows
elements
1 791 km, 790588, 7 hours 28 mins, 26859, 7 hours 35 mins, 27286, OK
我的代码如下:
results <- google_distance(origins = list(c(26.19660, -98.23591)),
destinations = list(c(31.62327, -94.64276)),
mode = "driving", key = key, simplify = TRUE)