The R Project SVN R

Rev

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

Rev 24536 Rev 25033
Line 1... Line 1...
1
 
1
 
2
R : Copyright 2003, The R Development Core Team
2
R : Copyright 2003, The R Development Core Team
3
Version 1.8.0 Under development (unstable) (2003-05-30)
3
Version 1.8.0 Under development (unstable) (2003-07-02)
4
 
4
 
5
R is free software and comes with ABSOLUTELY NO WARRANTY.
5
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
You are welcome to redistribute it under certain conditions.
6
You are welcome to redistribute it under certain conditions.
7
Type `license()' or `licence()' for distribution details.
7
Type `license()' or `licence()' for distribution details.
8
 
8
 
Line 87... Line 87...
87
'expression' method of abc: abc.expression(e0) 
87
'expression' method of abc: abc.expression(e0) 
88
> abc(e1)
88
> abc(e1)
89
abc: Before dispatching; x has class `expression':  expression(sin(x))
89
abc: Before dispatching; x has class `expression':  expression(sin(x))
90
'expression' method of abc: abc.expression(e1) 
90
'expression' method of abc: abc.expression(e1) 
91
> abc(e0[[1]])
91
> abc(e0[[1]])
92
abc: Before dispatching; x has class `(': language, mode "(": ( x
92
abc: Before dispatching; x has class `(': language, mode "(": (x)
93
'(' method of abc: "abc.("(e0[[1]]) 
93
'(' method of abc: "abc.("(e0[[1]]) 
94
> abc(e1[[1]])
94
> abc(e1[[1]])
95
abc: Before dispatching; x has class `call': language sin(x)
95
abc: Before dispatching; x has class `call': language sin(x)
96
abc.default(e1[[1]])
96
abc.default(e1[[1]])
97
> 
97
>