I'm trying to create a dot chart using a matplot function. X becomes a variable and Y is a quantity. The order is reversed

前端 未结 0 966
迷失自我
迷失自我 2021-02-02 12:56

I\'m trying to create a dot chart, but there is a bug in my code. I don\'t see the error.

data1<-cbind(c(1,3,5),c(10,2,3))
dim(data1)

matplot(data1,1:3,pch=2         


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