[R] How to add a new plot in the same graph using add=T at the command plot?
Peter Ehlers
ehlers at ucalgary.ca
Wed Jun 9 19:05:24 CEST 2010
Soapbox:
Well, if you're just starting out with R it would be
a VERY good idea to learn right away that T is not TRUE
and F is not FALSE, at least not always. Sooner or
later you WILL have problems. So do yourself a favour
and get into the habit of using TRUE/FALSE instead of T/F.
(I know that Petr knows better.)
-Peter Ehlers
On 2010-06-09 9:08, Larissa Lucena wrote:
> Thanks so much!!! I'm using R for the first time, and so, I have many stupid
> doubts! Sorry and thanks again!
>
> Regards!
>
> 2010/6/9 Petr PIKAL<petr.pikal at precheza.cz>
>
>> Hi
>>
>> where did you find parameter add=T.
>>
>> You can use
>>
>> par(new=T)
>> before using new plot command
>>
>> or use
>>
>> points, lines
>>
>> Regards
>> Petr
>>
More information about the R-help
mailing list