I want to make picture smaller and tried different ways but none of them worked.Please help
{r, include=F}
knitr::opts_chunk$set(echo = TRUE, fig.align="center", out.width=550,
dpi=200)
include_graphics(path = "time.jpg")
I tried many things including fig.height or fig.width but none of them make picture smaller