I'd like to change default plot option from type = "p"
to type = "l"
; I mean I want it is like that at the beginning of each new session, without specifying it any more.
I've tried to put some piece of code in my Rprofile.site
but unfortunately not the right one: firstly I wanted to use setDefaults
but this package is deprecated; I also tried to set a hook but couldn't make it work.
Any ideas ?
thanks !