We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
按照这篇文章的做法
plot(x, region='湖北', chinamap=m)
可以正常运行,但
plot(x, region='湖北', chinamap=m, continuous_scale=FALSE)
会报错
Error in cut.default(map2$confirm2, discrete_breaks, include.lowest = T, : 'x'必需为数值
怀疑是因为这一行应修改为
map2$confirm2 <- cut(map2$confirm, discrete_breaks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
按照这篇文章的做法
可以正常运行,但
会报错
怀疑是因为这一行应修改为
The text was updated successfully, but these errors were encountered: