plot functions with filled point symbols and legend

后端 未结 2 479
花落未央
花落未央 2021-02-01 16:25

I want to plot two functions in different colors and point styles with a corresponding legend, in plain R.

I have several questions:

  1. I

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 17:03

    You should add argument bg="red" or bg="blue" inside plot() to get the filled symbols with particular color.

提交回复
热议问题