├── .gitignore ├── CursoIntroR.Rproj ├── README.md ├── data ├── EnergyDrink ├── Pokemon.csv ├── StudentsData ├── bodyfat.txt ├── bulls.dat ├── datacrab.txt ├── grades.txt ├── medals.csv ├── olive.txt ├── run.csv └── us-births.csv ├── ejercicios ├── EjerciciosT1.R ├── EjerciciosT3.3.Rmd ├── EjerciciosT3.3.html ├── data_frame_plot.png ├── ej1.png ├── ej2.png ├── ej3.png └── ej4.png ├── scripts ├── tema1 │ ├── .ipynb_checkpoints │ │ ├── 05-math-python-checkpoint.ipynb │ │ ├── 06-Functions-checkpoint.ipynb │ │ └── 07-io-checkpoint.ipynb │ ├── 01-test.R │ ├── 02-primer-rmd.Rmd │ ├── 02-primer-rmd.html │ ├── 02-primer-rmd.pdf │ ├── 03-install.R │ ├── 04-calculadora.R │ ├── 05-math-python.ipynb │ ├── 06-Functions.ipynb │ └── 07-io.ipynb ├── tema10 │ ├── .ipynb_checkpoints │ │ └── 01-diabetes-checkpoint.ipynb │ └── 01-diabetes.ipynb ├── tema11 │ ├── 01-bernoulli.Rmd │ ├── 01-bernoulli.html │ ├── 02-binomial.Rmd │ ├── 02-binomial.pdf │ ├── 03-geom.Rmd │ ├── 03-geom.pdf │ ├── 04-hgeom.Rmd │ ├── 04-hgeom.pdf │ ├── 05-poisson.Rmd │ ├── 05-poisson.html │ ├── 07-uniforme.Rmd │ ├── 07-uniforme.pdf │ ├── 08-exp.Rmd │ └── 08-exp.pdf ├── tema12 │ ├── .01-diamonds.html.icloud │ ├── 01-diamonds.Rmd │ ├── 01-diamonds_cache │ │ └── html │ │ │ ├── __packages │ │ │ ├── unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.RData │ │ │ ├── unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.rdb │ │ │ ├── unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.rdx │ │ │ ├── unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.RData │ │ │ ├── unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.rdb │ │ │ ├── unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.rdx │ │ │ ├── unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.RData │ │ │ ├── unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.rdb │ │ │ ├── unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.rdx │ │ │ ├── unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.RData │ │ │ ├── unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.rdb │ │ │ ├── unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.rdx │ │ │ ├── unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.RData │ │ │ ├── unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.rdb │ │ │ ├── unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.rdx │ │ │ ├── unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.RData │ │ │ ├── unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.rdb │ │ │ ├── unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.rdx │ │ │ ├── unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.RData │ │ │ ├── unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.rdb │ │ │ ├── unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.rdx │ │ │ ├── unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.RData │ │ │ ├── unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.rdb │ │ │ ├── unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.rdx │ │ │ ├── unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.RData │ │ │ ├── unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.rdb │ │ │ ├── unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.rdx │ │ │ ├── unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.RData │ │ │ ├── unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.rdb │ │ │ └── unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.rdx │ ├── 01-diamonds_files │ │ └── figure-html │ │ │ ├── unnamed-chunk-10-1.png │ │ │ ├── unnamed-chunk-2-1.png │ │ │ ├── unnamed-chunk-4-1.png │ │ │ ├── unnamed-chunk-5-1.png │ │ │ ├── unnamed-chunk-6-1.png │ │ │ ├── unnamed-chunk-7-1.png │ │ │ ├── unnamed-chunk-8-1.png │ │ │ ├── unnamed-chunk-9-1.png │ │ │ └── unnamed-chunk-9-2.png │ ├── 02-pokemon.Rmd │ ├── 02-pokemon.html │ ├── 02-pokemon_cache │ │ └── html │ │ │ ├── __packages │ │ │ ├── unnamed-chunk-1_1c495cfb97f70130860b49921495a756.RData │ │ │ ├── unnamed-chunk-1_1c495cfb97f70130860b49921495a756.rdb │ │ │ ├── unnamed-chunk-1_1c495cfb97f70130860b49921495a756.rdx │ │ │ ├── unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.RData │ │ │ ├── unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.rdb │ │ │ ├── unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.rdx │ │ │ ├── unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.RData │ │ │ ├── unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.rdb │ │ │ ├── unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.rdx │ │ │ ├── unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.RData │ │ │ ├── unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.rdb │ │ │ └── unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.rdx │ ├── 02-pokemon_files │ │ └── figure-html │ │ │ └── unnamed-chunk-2-1.png │ ├── 03-flights.Rmd │ ├── 03-flights.html │ ├── 04-mtcars.Rmd │ ├── 04-mtcars.html │ ├── 04-mtcars_cache │ │ └── html │ │ │ ├── __packages │ │ │ ├── unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.RData │ │ │ ├── unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.rdb │ │ │ ├── unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.rdx │ │ │ ├── unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.RData │ │ │ ├── unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.rdb │ │ │ ├── unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.rdx │ │ │ ├── unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.RData │ │ │ ├── unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.rdb │ │ │ ├── unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.rdx │ │ │ ├── unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.RData │ │ │ ├── unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.rdb │ │ │ ├── unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.rdx │ │ │ ├── unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.RData │ │ │ ├── unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.rdb │ │ │ ├── unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.rdx │ │ │ ├── unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.RData │ │ │ ├── unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.rdb │ │ │ ├── unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.rdx │ │ │ ├── unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.RData │ │ │ ├── unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.rdb │ │ │ └── unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.rdx │ └── 04-mtcars_files │ │ └── figure-html │ │ ├── unnamed-chunk-3-1.png │ │ ├── unnamed-chunk-3-2.png │ │ ├── unnamed-chunk-3-3.png │ │ ├── unnamed-chunk-4-1.png │ │ └── unnamed-chunk-7-1.png ├── tema2 │ ├── 01-EjemploRMD.Rmd │ ├── 01-EjemploRMD.html │ ├── 01-EjemploRMD.pdf │ ├── 02-Documentacion.Rmd │ ├── 02-Documentacion.html │ └── 02-Documentacion.pdf ├── tema3 │ ├── .ipynb_checkpoints │ │ ├── 01-collections-checkpoint.ipynb │ │ └── 02-numpy-checkpoint.ipynb │ ├── 01-collections.ipynb │ └── 02-numpy.ipynb ├── tema4 │ ├── .ipynb_checkpoints │ │ └── 02-matplotlib-checkpoint.ipynb │ ├── 01-graficos.Rmd │ ├── 01-graficos.html │ └── 02-matplotlib.ipynb ├── tema5 │ ├── .ipynb_checkpoints │ │ └── 04-dataframes-checkpoint.ipynb │ ├── 01-iris.Rmd │ ├── 01-iris.html │ ├── 01-iris.nb.html │ ├── 01-iris.pdf │ ├── 02-load-data.Rmd │ ├── 02-load-data.html │ ├── 03-functions.Rmd │ ├── 03-functions.html │ └── 04-dataframes.ipynb ├── tema6 │ ├── .ipynb_checkpoints │ │ └── 05-titanic-checkpoint.ipynb │ ├── 01-table.Rmd │ ├── 01-table.html │ ├── 02-multivariant.Rmd │ ├── 02-multivariant.html │ ├── 03-people.Rmd │ ├── 03-people.html │ ├── 03-people.pdf │ ├── 04-final-example.Rmd │ ├── 04-final-example.html │ └── 05-titanic.ipynb ├── tema8 │ ├── .ipynb_checkpoints │ │ ├── 04-planets-checkpoint.ipynb │ │ └── 05-boxplots-checkpoint.ipynb │ ├── 01-medias.Rmd │ ├── 01-medias.html │ ├── 02-summary.Rmd │ ├── 02-summary.html │ ├── 03-insects.Rmd │ ├── 03-insects.html │ ├── 04-planets.ipynb │ └── 05-boxplots.ipynb └── tema9 │ ├── .ipynb_checkpoints │ ├── 02-pivot-tables-checkpoint.ipynb │ ├── 03-us-births-checkpoint.ipynb │ └── 04-histograms-checkpoint.ipynb │ ├── 01-clases.Rmd │ ├── 01-clases.html │ ├── 02-pivot-tables.ipynb │ ├── 03-us-births.ipynb │ └── 04-histograms.ipynb ├── seaborn-data ├── planets.csv └── titanic.csv └── teoria ├── .Tema9.html.icloud ├── .file-types.sketch.icloud ├── DELETED ├── Imgs ├── ABsets.png ├── C++File.png ├── Carpeta.png ├── Disquete.png ├── InterfazRStudio.png ├── LogoCurso.png ├── Pok.png ├── RDocumentation.png ├── RHTML.png ├── RMarkdown.png ├── RNotebook.png ├── RPlotSimple.png ├── RPresentation.png ├── RSLogo.jpg ├── RScript.png ├── RSweave.png ├── Rlogo.jpg ├── RplotLegend.png ├── RplotLinLog.png ├── RplotSCT.png ├── Shiny.png ├── TextFile.png ├── binomprob.png ├── complex.png ├── dado.png ├── easy.jpg ├── gauss.png ├── graficoMolon.png ├── help.png ├── logo.png ├── logoPichu.png ├── pch.png ├── pikachu.png ├── plotText.png ├── plots.png ├── plotsParametros.png ├── pointsAbline.png ├── probtotal.gif ├── raichu.png ├── randomPlot.png ├── scan.png ├── studytime.png └── trigon.png ├── JB_style.css ├── TablaNormal.pdf ├── Tema1.Rmd ├── Tema1.html ├── Tema10.Rmd ├── Tema10.html ├── Tema11.Rmd ├── Tema11.html ├── Tema2.Rmd ├── Tema2.html ├── Tema3.Rmd ├── Tema3.html ├── Tema4.Rmd ├── Tema4.html ├── Tema5.Rmd ├── Tema5.html ├── Tema6.Rmd ├── Tema6.html ├── Tema7.Rmd ├── Tema7.html ├── Tema8.Rmd ├── Tema8.html ├── Tema9.Rmd └── Tema9.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/.gitignore -------------------------------------------------------------------------------- /CursoIntroR.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/CursoIntroR.Rproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/README.md -------------------------------------------------------------------------------- /data/EnergyDrink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/EnergyDrink -------------------------------------------------------------------------------- /data/Pokemon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/Pokemon.csv -------------------------------------------------------------------------------- /data/StudentsData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/StudentsData -------------------------------------------------------------------------------- /data/bodyfat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/bodyfat.txt -------------------------------------------------------------------------------- /data/bulls.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/bulls.dat -------------------------------------------------------------------------------- /data/datacrab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/datacrab.txt -------------------------------------------------------------------------------- /data/grades.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/grades.txt -------------------------------------------------------------------------------- /data/medals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/medals.csv -------------------------------------------------------------------------------- /data/olive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/olive.txt -------------------------------------------------------------------------------- /data/run.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/run.csv -------------------------------------------------------------------------------- /data/us-births.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/data/us-births.csv -------------------------------------------------------------------------------- /ejercicios/EjerciciosT1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/EjerciciosT1.R -------------------------------------------------------------------------------- /ejercicios/EjerciciosT3.3.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/EjerciciosT3.3.Rmd -------------------------------------------------------------------------------- /ejercicios/EjerciciosT3.3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/EjerciciosT3.3.html -------------------------------------------------------------------------------- /ejercicios/data_frame_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/data_frame_plot.png -------------------------------------------------------------------------------- /ejercicios/ej1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/ej1.png -------------------------------------------------------------------------------- /ejercicios/ej2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/ej2.png -------------------------------------------------------------------------------- /ejercicios/ej3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/ej3.png -------------------------------------------------------------------------------- /ejercicios/ej4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/ejercicios/ej4.png -------------------------------------------------------------------------------- /scripts/tema1/.ipynb_checkpoints/05-math-python-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/.ipynb_checkpoints/05-math-python-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema1/.ipynb_checkpoints/06-Functions-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/.ipynb_checkpoints/06-Functions-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema1/.ipynb_checkpoints/07-io-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/.ipynb_checkpoints/07-io-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema1/01-test.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/01-test.R -------------------------------------------------------------------------------- /scripts/tema1/02-primer-rmd.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/02-primer-rmd.Rmd -------------------------------------------------------------------------------- /scripts/tema1/02-primer-rmd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/02-primer-rmd.html -------------------------------------------------------------------------------- /scripts/tema1/02-primer-rmd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/02-primer-rmd.pdf -------------------------------------------------------------------------------- /scripts/tema1/03-install.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/03-install.R -------------------------------------------------------------------------------- /scripts/tema1/04-calculadora.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/04-calculadora.R -------------------------------------------------------------------------------- /scripts/tema1/05-math-python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/05-math-python.ipynb -------------------------------------------------------------------------------- /scripts/tema1/06-Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/06-Functions.ipynb -------------------------------------------------------------------------------- /scripts/tema1/07-io.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema1/07-io.ipynb -------------------------------------------------------------------------------- /scripts/tema10/.ipynb_checkpoints/01-diabetes-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema10/.ipynb_checkpoints/01-diabetes-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema10/01-diabetes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema10/01-diabetes.ipynb -------------------------------------------------------------------------------- /scripts/tema11/01-bernoulli.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/01-bernoulli.Rmd -------------------------------------------------------------------------------- /scripts/tema11/01-bernoulli.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/01-bernoulli.html -------------------------------------------------------------------------------- /scripts/tema11/02-binomial.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/02-binomial.Rmd -------------------------------------------------------------------------------- /scripts/tema11/02-binomial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/02-binomial.pdf -------------------------------------------------------------------------------- /scripts/tema11/03-geom.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/03-geom.Rmd -------------------------------------------------------------------------------- /scripts/tema11/03-geom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/03-geom.pdf -------------------------------------------------------------------------------- /scripts/tema11/04-hgeom.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/04-hgeom.Rmd -------------------------------------------------------------------------------- /scripts/tema11/04-hgeom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/04-hgeom.pdf -------------------------------------------------------------------------------- /scripts/tema11/05-poisson.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/05-poisson.Rmd -------------------------------------------------------------------------------- /scripts/tema11/05-poisson.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/05-poisson.html -------------------------------------------------------------------------------- /scripts/tema11/07-uniforme.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/07-uniforme.Rmd -------------------------------------------------------------------------------- /scripts/tema11/07-uniforme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/07-uniforme.pdf -------------------------------------------------------------------------------- /scripts/tema11/08-exp.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/08-exp.Rmd -------------------------------------------------------------------------------- /scripts/tema11/08-exp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema11/08-exp.pdf -------------------------------------------------------------------------------- /scripts/tema12/.01-diamonds.html.icloud: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/.01-diamonds.html.icloud -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds.Rmd -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/__packages: -------------------------------------------------------------------------------- 1 | base 2 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-10_4779ac4a62c84c0a676202a8ae084b0e.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-1_096a7a0b64254b3c70c246e7568ba470.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-2_93ece90322530318e6fe2ea6e420dc8b.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-3_19ca6f580f71f07011bd9c45bc6c70b8.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-4_477b9ef6be9ba8dab22a82595eed5e31.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-5_b721f9d48526f5fde3e9cddbf339d025.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-6_ad2fdaad3a00602260ce4b0dc5c7df5a.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-7_8ad9c425595259b3c344215090e0ca6d.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-8_41f1b40282d4e05a41fedf2e23619116.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.RData -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_cache/html/unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_cache/html/unnamed-chunk-9_4c8906161007bde0450d5b26c7dbe3d0.rdx -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-10-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-9-1.png -------------------------------------------------------------------------------- /scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-9-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/01-diamonds_files/figure-html/unnamed-chunk-9-2.png -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon.Rmd -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon.html -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/__packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/__packages -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-1_1c495cfb97f70130860b49921495a756.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-1_1c495cfb97f70130860b49921495a756.RData -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-1_1c495cfb97f70130860b49921495a756.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-1_1c495cfb97f70130860b49921495a756.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-1_1c495cfb97f70130860b49921495a756.rdx -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.RData -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-2_f690a6a77dff8b57800e18e0f8d4a9ea.rdx -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.RData -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.rdb -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-3_e31fdf903d1dac6c7594287cf69878c6.rdx -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.RData -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_cache/html/unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_cache/html/unnamed-chunk-4_c752c7d5520433c63985be7e17c14657.rdx -------------------------------------------------------------------------------- /scripts/tema12/02-pokemon_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/02-pokemon_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /scripts/tema12/03-flights.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/03-flights.Rmd -------------------------------------------------------------------------------- /scripts/tema12/03-flights.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/03-flights.html -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars.Rmd -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars.html -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/__packages: -------------------------------------------------------------------------------- 1 | base 2 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-1_5aa8e92586c06f87372ee9224a714830.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-2_79c3d81e9889d036bd7a43c4b2629709.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-3_ca3b58f96a4c64b743f5686c7fcc0874.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-4_34ba42fb2cdb68fa02545b5dde03b4b8.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-5_74e513266090c39ab5aa10a42d5a9a0f.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-6_be7fafc54cdbc7359fc7467b0ddfa775.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.RData -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_cache/html/unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_cache/html/unnamed-chunk-7_4c23474492559bb63ab40d99729e3567.rdx -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-3-2.png -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-3-3.png -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema12/04-mtcars_files/figure-html/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /scripts/tema2/01-EjemploRMD.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema2/01-EjemploRMD.Rmd -------------------------------------------------------------------------------- /scripts/tema2/01-EjemploRMD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema2/01-EjemploRMD.html -------------------------------------------------------------------------------- /scripts/tema2/01-EjemploRMD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema2/01-EjemploRMD.pdf -------------------------------------------------------------------------------- /scripts/tema2/02-Documentacion.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema2/02-Documentacion.Rmd -------------------------------------------------------------------------------- /scripts/tema2/02-Documentacion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema2/02-Documentacion.html -------------------------------------------------------------------------------- /scripts/tema2/02-Documentacion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema2/02-Documentacion.pdf -------------------------------------------------------------------------------- /scripts/tema3/.ipynb_checkpoints/01-collections-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema3/.ipynb_checkpoints/01-collections-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema3/.ipynb_checkpoints/02-numpy-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema3/.ipynb_checkpoints/02-numpy-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema3/01-collections.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema3/01-collections.ipynb -------------------------------------------------------------------------------- /scripts/tema3/02-numpy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema3/02-numpy.ipynb -------------------------------------------------------------------------------- /scripts/tema4/.ipynb_checkpoints/02-matplotlib-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema4/.ipynb_checkpoints/02-matplotlib-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema4/01-graficos.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema4/01-graficos.Rmd -------------------------------------------------------------------------------- /scripts/tema4/01-graficos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema4/01-graficos.html -------------------------------------------------------------------------------- /scripts/tema4/02-matplotlib.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema4/02-matplotlib.ipynb -------------------------------------------------------------------------------- /scripts/tema5/.ipynb_checkpoints/04-dataframes-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/.ipynb_checkpoints/04-dataframes-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema5/01-iris.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/01-iris.Rmd -------------------------------------------------------------------------------- /scripts/tema5/01-iris.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/01-iris.html -------------------------------------------------------------------------------- /scripts/tema5/01-iris.nb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/01-iris.nb.html -------------------------------------------------------------------------------- /scripts/tema5/01-iris.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/01-iris.pdf -------------------------------------------------------------------------------- /scripts/tema5/02-load-data.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/02-load-data.Rmd -------------------------------------------------------------------------------- /scripts/tema5/02-load-data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/02-load-data.html -------------------------------------------------------------------------------- /scripts/tema5/03-functions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/03-functions.Rmd -------------------------------------------------------------------------------- /scripts/tema5/03-functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/03-functions.html -------------------------------------------------------------------------------- /scripts/tema5/04-dataframes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema5/04-dataframes.ipynb -------------------------------------------------------------------------------- /scripts/tema6/.ipynb_checkpoints/05-titanic-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/.ipynb_checkpoints/05-titanic-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema6/01-table.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/01-table.Rmd -------------------------------------------------------------------------------- /scripts/tema6/01-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/01-table.html -------------------------------------------------------------------------------- /scripts/tema6/02-multivariant.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/02-multivariant.Rmd -------------------------------------------------------------------------------- /scripts/tema6/02-multivariant.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/02-multivariant.html -------------------------------------------------------------------------------- /scripts/tema6/03-people.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/03-people.Rmd -------------------------------------------------------------------------------- /scripts/tema6/03-people.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/03-people.html -------------------------------------------------------------------------------- /scripts/tema6/03-people.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/03-people.pdf -------------------------------------------------------------------------------- /scripts/tema6/04-final-example.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/04-final-example.Rmd -------------------------------------------------------------------------------- /scripts/tema6/04-final-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/04-final-example.html -------------------------------------------------------------------------------- /scripts/tema6/05-titanic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema6/05-titanic.ipynb -------------------------------------------------------------------------------- /scripts/tema8/.ipynb_checkpoints/04-planets-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/.ipynb_checkpoints/04-planets-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema8/.ipynb_checkpoints/05-boxplots-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/.ipynb_checkpoints/05-boxplots-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema8/01-medias.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/01-medias.Rmd -------------------------------------------------------------------------------- /scripts/tema8/01-medias.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/01-medias.html -------------------------------------------------------------------------------- /scripts/tema8/02-summary.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/02-summary.Rmd -------------------------------------------------------------------------------- /scripts/tema8/02-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/02-summary.html -------------------------------------------------------------------------------- /scripts/tema8/03-insects.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/03-insects.Rmd -------------------------------------------------------------------------------- /scripts/tema8/03-insects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/03-insects.html -------------------------------------------------------------------------------- /scripts/tema8/04-planets.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/04-planets.ipynb -------------------------------------------------------------------------------- /scripts/tema8/05-boxplots.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema8/05-boxplots.ipynb -------------------------------------------------------------------------------- /scripts/tema9/.ipynb_checkpoints/02-pivot-tables-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/.ipynb_checkpoints/02-pivot-tables-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema9/.ipynb_checkpoints/03-us-births-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/.ipynb_checkpoints/03-us-births-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema9/.ipynb_checkpoints/04-histograms-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/.ipynb_checkpoints/04-histograms-checkpoint.ipynb -------------------------------------------------------------------------------- /scripts/tema9/01-clases.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/01-clases.Rmd -------------------------------------------------------------------------------- /scripts/tema9/01-clases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/01-clases.html -------------------------------------------------------------------------------- /scripts/tema9/02-pivot-tables.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/02-pivot-tables.ipynb -------------------------------------------------------------------------------- /scripts/tema9/03-us-births.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/03-us-births.ipynb -------------------------------------------------------------------------------- /scripts/tema9/04-histograms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/scripts/tema9/04-histograms.ipynb -------------------------------------------------------------------------------- /seaborn-data/planets.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/seaborn-data/planets.csv -------------------------------------------------------------------------------- /seaborn-data/titanic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/seaborn-data/titanic.csv -------------------------------------------------------------------------------- /teoria/.Tema9.html.icloud: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/.Tema9.html.icloud -------------------------------------------------------------------------------- /teoria/.file-types.sketch.icloud: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/.file-types.sketch.icloud -------------------------------------------------------------------------------- /teoria/DELETED: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/DELETED -------------------------------------------------------------------------------- /teoria/Imgs/ABsets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/ABsets.png -------------------------------------------------------------------------------- /teoria/Imgs/C++File.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/C++File.png -------------------------------------------------------------------------------- /teoria/Imgs/Carpeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/Carpeta.png -------------------------------------------------------------------------------- /teoria/Imgs/Disquete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/Disquete.png -------------------------------------------------------------------------------- /teoria/Imgs/InterfazRStudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/InterfazRStudio.png -------------------------------------------------------------------------------- /teoria/Imgs/LogoCurso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/LogoCurso.png -------------------------------------------------------------------------------- /teoria/Imgs/Pok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/Pok.png -------------------------------------------------------------------------------- /teoria/Imgs/RDocumentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RDocumentation.png -------------------------------------------------------------------------------- /teoria/Imgs/RHTML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RHTML.png -------------------------------------------------------------------------------- /teoria/Imgs/RMarkdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RMarkdown.png -------------------------------------------------------------------------------- /teoria/Imgs/RNotebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RNotebook.png -------------------------------------------------------------------------------- /teoria/Imgs/RPlotSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RPlotSimple.png -------------------------------------------------------------------------------- /teoria/Imgs/RPresentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RPresentation.png -------------------------------------------------------------------------------- /teoria/Imgs/RSLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RSLogo.jpg -------------------------------------------------------------------------------- /teoria/Imgs/RScript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RScript.png -------------------------------------------------------------------------------- /teoria/Imgs/RSweave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RSweave.png -------------------------------------------------------------------------------- /teoria/Imgs/Rlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/Rlogo.jpg -------------------------------------------------------------------------------- /teoria/Imgs/RplotLegend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RplotLegend.png -------------------------------------------------------------------------------- /teoria/Imgs/RplotLinLog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RplotLinLog.png -------------------------------------------------------------------------------- /teoria/Imgs/RplotSCT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/RplotSCT.png -------------------------------------------------------------------------------- /teoria/Imgs/Shiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/Shiny.png -------------------------------------------------------------------------------- /teoria/Imgs/TextFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/TextFile.png -------------------------------------------------------------------------------- /teoria/Imgs/binomprob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/binomprob.png -------------------------------------------------------------------------------- /teoria/Imgs/complex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/complex.png -------------------------------------------------------------------------------- /teoria/Imgs/dado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/dado.png -------------------------------------------------------------------------------- /teoria/Imgs/easy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/easy.jpg -------------------------------------------------------------------------------- /teoria/Imgs/gauss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/gauss.png -------------------------------------------------------------------------------- /teoria/Imgs/graficoMolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/graficoMolon.png -------------------------------------------------------------------------------- /teoria/Imgs/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/help.png -------------------------------------------------------------------------------- /teoria/Imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/logo.png -------------------------------------------------------------------------------- /teoria/Imgs/logoPichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/logoPichu.png -------------------------------------------------------------------------------- /teoria/Imgs/pch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/pch.png -------------------------------------------------------------------------------- /teoria/Imgs/pikachu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/pikachu.png -------------------------------------------------------------------------------- /teoria/Imgs/plotText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/plotText.png -------------------------------------------------------------------------------- /teoria/Imgs/plots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/plots.png -------------------------------------------------------------------------------- /teoria/Imgs/plotsParametros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/plotsParametros.png -------------------------------------------------------------------------------- /teoria/Imgs/pointsAbline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/pointsAbline.png -------------------------------------------------------------------------------- /teoria/Imgs/probtotal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/probtotal.gif -------------------------------------------------------------------------------- /teoria/Imgs/raichu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/raichu.png -------------------------------------------------------------------------------- /teoria/Imgs/randomPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/randomPlot.png -------------------------------------------------------------------------------- /teoria/Imgs/scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/scan.png -------------------------------------------------------------------------------- /teoria/Imgs/studytime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/studytime.png -------------------------------------------------------------------------------- /teoria/Imgs/trigon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Imgs/trigon.png -------------------------------------------------------------------------------- /teoria/JB_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/JB_style.css -------------------------------------------------------------------------------- /teoria/TablaNormal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/TablaNormal.pdf -------------------------------------------------------------------------------- /teoria/Tema1.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema1.Rmd -------------------------------------------------------------------------------- /teoria/Tema1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema1.html -------------------------------------------------------------------------------- /teoria/Tema10.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema10.Rmd -------------------------------------------------------------------------------- /teoria/Tema10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema10.html -------------------------------------------------------------------------------- /teoria/Tema11.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema11.Rmd -------------------------------------------------------------------------------- /teoria/Tema11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema11.html -------------------------------------------------------------------------------- /teoria/Tema2.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema2.Rmd -------------------------------------------------------------------------------- /teoria/Tema2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema2.html -------------------------------------------------------------------------------- /teoria/Tema3.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema3.Rmd -------------------------------------------------------------------------------- /teoria/Tema3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema3.html -------------------------------------------------------------------------------- /teoria/Tema4.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema4.Rmd -------------------------------------------------------------------------------- /teoria/Tema4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema4.html -------------------------------------------------------------------------------- /teoria/Tema5.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema5.Rmd -------------------------------------------------------------------------------- /teoria/Tema5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema5.html -------------------------------------------------------------------------------- /teoria/Tema6.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema6.Rmd -------------------------------------------------------------------------------- /teoria/Tema6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema6.html -------------------------------------------------------------------------------- /teoria/Tema7.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema7.Rmd -------------------------------------------------------------------------------- /teoria/Tema7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema7.html -------------------------------------------------------------------------------- /teoria/Tema8.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema8.Rmd -------------------------------------------------------------------------------- /teoria/Tema8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema8.html -------------------------------------------------------------------------------- /teoria/Tema9.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema9.Rmd -------------------------------------------------------------------------------- /teoria/Tema9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joanby/r-basic/HEAD/teoria/Tema9.html --------------------------------------------------------------------------------