美文网首页
2023-01-31

2023-01-31

作者: 花开到花落知多少 | 来源:发表于2023-01-30 09:44 被阅读0次

    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)
    ```

    相关文章

      网友评论

          本文标题:2023-01-31

          本文链接:https://www.haomeiwen.com/subject/ycjmhdtx.html