Testing Hugo and knitr

Here we will write some text and below a very silly random number generation:

x <- rnorm(10)
x
##  [1] -0.6264538  0.1836433 -0.8356286  1.5952808  0.3295078 -0.8204684
##  [7]  0.4874291  0.7383247  0.5757814 -0.3053884

A local figure:

And this would be a silly histogram:

hist(x)

plot of chunk histo

comments powered by Disqus