我正在尝试从 ioslide 切换到 xaringan。我无法正确调整 ggplot 图像的大小以全屏或至少占用尽可能多的空间。我同时使用fig.height/width
和out.height/width
参数,但只有一个维度发生变化。有没有更好的方法来调整图像的大小?这是设置:
---
title: ""
author: ""
institute: ""
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: libs
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
ratio: 16:9
---
#```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
knitr::opts_chunk$set(fig.retina=2)
library(Cairo)
library(cairoDevice)
library(tidyverse)
library(kableExtra)
#```
---
# Plot
#```{r echo=FALSE, out.height=450, out.width= 2000}
knitr::include_graphics("img/Rplot01.svg")
#```
我想尽可能扩大图像