Questions tagged [ioslides]

Use this tag for questions related to ioslides, from R markdown.

To create an presentation from R Markdown you specify the ioslides_presentation output format in the front-matter of your document. You can create a slide show broken up into sections by using the # and ## heading tags (you can also create a new slide without a header using a horizontal rule (----).

as mentioned here, along with some examples.

Note that you are encouraged to use if you are using .

131 questions
1
vote
0 answers

Rmarkdown ioslides turn off fade-in behavior on .build

When I knit my .Rmd files to ioslides, the incrementally built bullets fade-in painfully slowly. The main title does the same thing. Can I turn off this "fade-in" behavior somehow (everywhere if possible, and at least on my .build bullets)?
Him
  • 5,257
  • 3
  • 26
  • 83
1
vote
2 answers

How to create a presentation in R with several plots obtained by a function?

I have created one function that gives you the number of plots that you want, depending on a list. This is the example that I have created. list_genes <- c("GEN1", "GEN2", "GEN3") myfunction <- function(x,y){ for(gene in list_genes){ #…
emr2
  • 1,436
  • 7
  • 23
1
vote
1 answer

Is there a way to make ordered list items appear faster in incremental mode in Rmarkdown ioslides?

I am using Rmarkdown ioslides. I do not like how slow bullet points appear in the incremental mode. Is there a way to speed them up? I am looking for something similar Slidy presentations. In slidy bullet points appear instantaneously when you click…
Adam Marcik
  • 37
  • 1
  • 3
1
vote
0 answers

ioslides R markdown footer with image on every page

I would like to include image into every footer in ioslides (R markdown). Here is the best code I found to do it: