Re: [R] Help - "plot" function in Windows

2015-01-16 Thread Duncan Murdoch
On 16/01/2015 1:18 PM, Nafiseh Mehdipour wrote: > Hi, > > I am writing regarding to my problem about using "plot" function. I am using > "R x64 3.1.1" (installed on Windows 7 SP1 (laptop Sony VGN-SR) ), and when I > use type this code: > > >> x <- c(-30,30) >> y <- c(-5,5) >> plot.window(x , y

Re: [R] Help - "plot" function in Windows

2015-01-16 Thread Richard M. Heiberger
plot.window() is an internal support function, not a user function. use plot() x <- c(-30,30) y <- c(-5,5) plot(x , y) On Fri, Jan 16, 2015 at 4:18 PM, Nafise Mehdipour wrote: > Hi, > > I am writing regarding to my problem about using "plot" function. I am > using "R x64 3.1.1" (installed on Win