code4cos
code4cos copied to clipboard
Results
2
code4cos issues
Sort by
recently updated
recently updated
newest added
when i run your code: ``` for (i in 1:n) { + dti = dat[[i]] + dfr = initdfr + dfr$name = rep(dti$name, 210) + dfr$region = rep(dti$region, 210) +...
scale_area出错,帮助文档、、、、 ``` scale_area {ggplot2} R Documentation Scale area instead of radius (for size). Description scale_area is deprecated and will be removed in a future version of ggplot2. Use scale_size_area instead....