comentarios

aqui va mis conmentarios ## R Markdown

print("hola")
## [1] "hola"

Including Plots

You can also embed plots, for example:

plot(pressure)

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

2+2
## [1] 4