less than 1 minute read

Displaying draws from the SLGP prior

R Markdown

This is an R Markdown document. The goal is to try making a page for my Github webpage, with one interactive plot supported by plotly. Let us see!

Making a title

I can include pieces of code:

  load("./saveForWeb.Rdata")

I can include static images:

plot(mtcars)

Can I include moving images? So far Javascript is a bit weird with liquid syntax, let’s keep it for later.

This is one way to have an interactive plot, I think: