Go to the source code of this file.
Functions | |
| rets | doxytest (type car) |
| This is a sample of a package. | |
| rets | doxytest1 (type car) |
| c (10, 20) rets.doxytest(type car) | |
| rets doxytest | plot (type car) |
| rets | doxytest_quoted (type car) |
| rets | subfunct (type philbert) |
| rets | last_Func (type g, type a, type d) |
Variables | |
| m = n | |
'
Definition in file R-sample.R.
| c | ( | 10 | , | |
| 20 | ||||
| ) |
' test variable. <- ' test function returns one.'
| car | input variable' |
Definition at line 42 of file R-sample.R.
| rets as doxytest | ( | type | car | ) |
This is a sample of a package.
'' ' Has mostly functions, couple of statics and no scripting.'
| car | input variable' |
' test function returns one.'' No classing or overload supported. @overload may work.'
| car | input variable' |
Definition at line 67 of file R-sample.R.
| rets doxytest1 | ( | type | car | ) |
' test function returns one'
| car | input variable' |
Definition at line 36 of file R-sample.R.
| rets doxytest_quoted | ( | type | car | ) |
' Quoted name no spaces.'' Allowed quoted names, the lexer will remove the quotes, but does nothing with it.''
| car | input variable' |
Definition at line 119 of file R-sample.R.
| rets last_Func | ( | type | g, | |
| type | a, | |||
| type | d | |||
| ) |
' The last function.''
| g | input param 1' | |
| a | input param 2' | |
| d | input param 3' |
Definition at line 148 of file R-sample.R.
| doxytest quoted *rets doxytest plot | ( | type | car | ) |
' A plot with a dot.'' Dots in the names are mapped to _.'
| car | input variable' |
' Quoted name but has a space.'' Allowed quoted names, the lexer will remove the quotes, but does nothing with it.' So it will appear as a type.''
| car | input variable' |
Definition at line 102 of file R-sample.R.
| rets subfunct | ( | type | philbert | ) |
' test function2 returns nothing.'
| philbert | input variable |
Definition at line 130 of file R-sample.R.
| m = n |
Definition at line 124 of file R-sample.R.
1.6.3