n...@r-
> project.org] On Behalf Of barbara.r...@uniroma1.it
> Sent: Tuesday, March 09, 2010 5:52 AM
> To: r-help@r-project.org
> Subject: [R] IMPORTANT - Add a plot to another plot
>
>
> I have a graphic that I design with the command "plot", and I want to
> add an
try:
plot(0) # first plot
par(new=TRUE)
plot(1) # second plot
# need to make sure ranges agrees and whether to plot axes or not.
Or you probably really want to use 'lines'/'points'
On Tue, Mar 9, 2010 at 7:52 AM, wrote:
>
> I have a graphic that I design with the command "plot", and I want t
I have a graphic that I design with the command "plot", and I want to add
another graphic. If I use another time the command "plot"
with parameter "add=TRUE" It's wrong. Why? How I can resolve this problem?
Thanks
[[alternative HTML version deleted]]
_
3 matches
Mail list logo