subcaption

Subfigures or Subcaptions with knitr that span more than one page?

好久不见. 提交于 2020-05-17 08:46:39
问题 Very similar to this post. However I have more plots than that fit on one page causing the remaining plots to be cut off after pressing Knit. Does any one know how to solve this by plotting the other plots on the next page? title: 'title' author: "--" date: "`r Sys.Date()`" output: pdf_document header-includes: - \usepackage{subfig} - \usepackage{float} ## To make the example more reproducible ## ```{r echo=FALSE, message=FALSE} knitr::opts_chunk$set(fig.width=6, fig.height=9, fig.show="hold"