title: "note"
output: html_document
date: "2023-04-05"
knitr::opts_chunk$set(echo = TRUE,message=F,warning=F)R Markdown
代码语言:text复制head(iris)
plot(iris$Sepal.Length)引用自生信技能树
title: "note"
output: html_document
date: "2023-04-05"
knitr::opts_chunk$set(echo = TRUE,message=F,warning=F)head(iris)
plot(iris$Sepal.Length)引用自生信技能树