Markdown {.tabset}
Plots
```{r, fig.dim=c(5, 3)}
par(mar = c(4, 4, .5, .1))
plot(mpg ~ hp, data = mtcars, pch = 19)
```
Tables
```{r}
head(mtcars)
```
```{r, fig.dim=c(5, 3)}
par(mar = c(4, 4, .5, .1))
plot(mpg ~ hp, data = mtcars, pch = 19)
```
```{r}
head(mtcars)
```
本文标题:2023-01-31
本文链接:https://www.haomeiwen.com/subject/ycjmhdtx.html
网友评论