r:pacchetti:xtable
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
| Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
| r:pacchetti:xtable [02/06/2017 15:31] – modifica esterna | r:pacchetti:xtable [11/08/2025 14:39] (versione attuale) – Agnese Vardanega | ||
|---|---|---|---|
| Linea 1: | Linea 1: | ||
| ====== xtable====== | ====== xtable====== | ||
| - | [[r: | + | [[r: |
| [[http:// | [[http:// | ||
| Linea 7: | Linea 7: | ||
| ===== Esportare in HTML ===== | ===== Esportare in HTML ===== | ||
| + | <code rsplus> | ||
| - | | + | # creo un oggetto tabella |
| - | table <- table (...) | + | table <- table (...) |
| | | ||
| - | | + | # esporto la tabella in html |
| - | print((xtable (table)), type=" | + | print((xtable (table)), type=" |
| + | file=" | ||
| | | ||
| - | | + | # caption: titolo della tabella ("Età per Ripartizione territoriale" |
| - | # label: etichetta o anchor (" | + | # label: etichetta o anchor (" |
| - | Se si utilizza [[r:gui: | + | </ |
| + | |||
| + | Se si utilizza [[r: | ||
| ===== Esportare in LaTex ===== | ===== Esportare in LaTex ===== | ||
| - | | + | <code rsplus> |
| - | table <- table (...) | + | # creo un oggetto tabella |
| + | table <- table (...) | ||
| | | ||
| - | | + | # esporto la tabella in LaTeX |
| - | print((xtable (table)), type=" | + | print((xtable (table)), type=" |
| + | | ||
| | | ||
| - | | + | # floating: TRUE crea un oggetto flottante (funzione di LaTex) |
| - | # longtable: TRUE crea un ambiente longtable (funzione di LaTex) | + | # longtable: TRUE crea un ambiente longtable (funzione di LaTex) |
| + | </ | ||
| Le altre opzioni sono illustrate nel file [[http:// | Le altre opzioni sono illustrate nel file [[http:// | ||
| Linea 34: | Linea 41: | ||
| - | ~~REFNOTES~~ | + | |
| {{tag> | {{tag> | ||
r/pacchetti/xtable.1496417483.txt.gz · Ultima modifica: 02/06/2017 15:31 da
