summaryrefslogtreecommitdiffhomepage
path: root/es-es/r-es.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'es-es/r-es.html.markdown')
-rw-r--r--es-es/r-es.html.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/es-es/r-es.html.markdown b/es-es/r-es.html.markdown
index 850952fa..50c02e38 100644
--- a/es-es/r-es.html.markdown
+++ b/es-es/r-es.html.markdown
@@ -15,7 +15,6 @@ gráficas. También puedes ejecutar comandos `R` dentro de un documento de
LaTeX.
```r
-
# Los comentarios inician con símbolos numéricos.
# No puedes hacer comentarios de múltiples líneas
@@ -706,9 +705,6 @@ pp <- ggplot(ll, aes(x=time,price))
pp + geom_point()
# ggplot2 tiene una excelente documentación
# (disponible en http://docs.ggplot2.org/current/)
-
-
-
```
## ¿Cómo obtengo R?