In R, how do I count the number of data points on a scatter plot within a cell of custom dimensions?

后端 未结 0 1690
感动是毒
感动是毒 2020-11-30 22:26

Let\'s just say I have the following scatterplot:

set.seed(665544)
n <- 100
x <- cbind(
  x=runif(10, 0, 5) + rnor         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题