close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
May 14, 2015, 7:48:44 AM (10 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
97 | 97 | }}} |
98 | 98 | |
| 99 | == Correspondencias de las variables de TOL == |
| 100 | |
| 101 | Los tipos de variables de TOL (gramáticas) se hacen corresponder con distintos tipos o clases en R. |
| 102 | A continuación indicamos en una tabla estas correspondencias: |
| 103 | |
| 104 | || '''Grammar''' || '''R class''' || '''R package''' || |
| 105 | || {{{Real}}} || {{{numeric}}} || base || |
| 106 | || {{{Text}}} || {{{character}}} || base || |
| 107 | || {{{Date}}} || {{{Date}}}, {{{POSIXt}}} || base || |
| 108 | || {{{Matrix}}} || {{{matrix}}} || base || |
| 109 | || {{{TimeSet}}} || {{{Dating}}} || tolBasis || |
| 110 | || {{{Serie}}} || {{{Serie}}} || tolBasis || |
| 111 | || {{{Polyn}}} || {{{Polyn}}} || tolBasis || |
| 112 | || {{{Ratio}}} || {{{Ratio}}} || tolBasis || |
| 113 | || {{{Set}}} || {{{list}}} || base || |
| 114 | || {{{Complex}}} || {{{complex}}} || base || |
| 115 | || {{{NameBlock}}} || ''reference'' || || |
| 116 | || {{{VMatrix}}} || ''reference'' || || |
| 117 | || {{{PolMatrix}}} || ''reference'' || || |
| 118 | || {{{Code}}} || {{{.TolCode}}} || || |
| 119 | || (TOL reference) || {{{.TolReference}}} || tolLink || |
| 120 | || (TOL expression) || {{{.TolDeclaration}}} || tolLink || |
| 121 | || {{{(Struct)}}} || {{{.TolStruct}}} || tolLink || |
| 122 | || {{{(Class)}}} || {{{--}}} || || |
| 123 | |
99 | 124 | == Otras interacciones con TOL == |
100 | 125 | |