-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将示例代码保存在文件中,使用Rscript执行,无法显示地图 #54
Comments
有什么报错呢? |
您好,没有报错。。。 |
是不是浏览器的问题呢? |
可能是cmd没法打开浏览器,你转存html文件可以接受不 e1 = eMap(mapData, namevar=~province, datavar=~count)
htmlwidgets::saveWidget(e1, 'e1.html') |
|
这个包是自动安装好的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在交互式命令行中,eMap()可以显示绘制的地图
但是当使用
Rscript test.r
执行脚本时,地图无法绘制。
The text was updated successfully, but these errors were encountered: