The R Project SVN R

Rev

Rev 44151 | Rev 45449 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44151 Rev 45033
Line 1... Line 1...
1
 
1
 
2
R version 2.7.0 Under development (unstable) (2008-01-25 r44149)
2
R version 2.8.0 Under development (unstable) (2008-04-01 r45026)
3
Copyright (C) 2008 The R Foundation for Statistical Computing
3
Copyright (C) 2008 The R Foundation for Statistical Computing
4
ISBN 3-900051-07-0
4
ISBN 3-900051-07-0
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 28... Line 28...
28
> 
28
> 
29
> plot(0) # this should remain constant
29
> plot(0) # this should remain constant
30
> str(par(c("usr","xaxp","yaxp")))
30
> str(par(c("usr","xaxp","yaxp")))
31
List of 3
31
List of 3
32
 $ usr : num [1:4]  0.568  1.432 -1.080  1.080
32
 $ usr : num [1:4]  0.568  1.432 -1.080  1.080
33
 $ xaxp: num [1:3] 0.6 1.4 4.0
33
 $ xaxp: num [1:3] 0.6 1.4 4
34
 $ yaxp: num [1:3] -1 1 4
34
 $ yaxp: num [1:3] -1 1 4
35
> 
35
> 
36
> 
36
> 
37
> 
37
> 
38
> ### Test for centring of chars.  All the chars which are plotted should
38
> ### Test for centring of chars.  All the chars which are plotted should