Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-05 Thread sunyeping via R-help
ced by  > the dev.new() function cannot be correctly set? >  > On 04/05/2018 3:04 AM, sunyeping via R-help wrote: >  > >  >  >--From:David  >Winsemius Send Time:2018 May 4 (Fri) 13:25To:孙业平  >Cc:R Help Mailing

Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-04 Thread sunyeping via R-help
:28 PM, sunyeping via R-help  wrote: >  > When I check the size of the plot region usingdev.size("in")a new plot region  >is produced and in the Rconsole I get[1] 5.33 5.322917 Your test is all mangleed together. You failed in your duty to read the list  info and the Posting 

[R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?

2018-05-03 Thread sunyeping via R-help
When I check the size of the plot region usingdev.size("in")a new plot region is produced and in the Rconsole I get[1] 5.33 5.322917If I mean to produce a plot region with size setting bydev.new(length=3,width=3)a plot region is produced, but the size is [2.281250, 5.322917], as detected by