The R Project SVN R

Rev

Rev 45449 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45449 Rev 45661
Line 1... Line 1...
1
 
1
 
2
R version 2.8.0 Under development (unstable) (2008-04-22 r45447)
2
R version 2.8.0 Under development (unstable) (2008-05-09 r45656)
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 27... Line 27...
27
> options(warn = 1)# print them as they occur
27
> options(warn = 1)# print them as they occur
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.08 1.08
33
 $ xaxp: num [1:3] 0.6 1.4 4
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
>