物流配货分布

library(devtools)

install_github('lchiffon/REmap')

set.seed(125)

origin=rep("广州",5)

destination=c('长沙','南京','杭州','上海','深圳')

dat=data.frame(origin,destination)

out=remap(dat,title="物流配分布",subtitle = "Sjam")

plot(out)


物流配货分布_第1张图片

你可能感兴趣的:(物流配货分布)