Dot plot of all columns in R against the column number

前端 未结 0 918
粉色の甜心
粉色の甜心 2021-01-06 11:42

Suppose I have a data frame like below

mydf=data.frame(method=factor(1:10), x1=rpois(10,2), x2=round(rnorm(10),3), x3=rgeom(10,0.3))

I would

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