How can I label points in this scatterplot?

前端 未结 4 626
耶瑟儿~
耶瑟儿~ 2020-12-04 10:11

Can you help me on putting labels on the following graph?

\"http://img849.imageshack.us/img849/7594/snap1034.png

4条回答
  •  [愿得一人]
    2020-12-04 10:39

    For just plotting a vector, you should use the following command:

    text(your.vector, labels=your.labels, cex= labels.size, pos=labels.position)
    

提交回复
热议问题