Inline referencing of a code chunk in document

后端 未结 0 1837
傲寒
傲寒 2020-12-20 23:36

Suppose there is a code chunk as follows:

```{r mean diff} 
(5-mean(dnorm(40,5,2))/5 
```

I would like to be able to reference this code chun

相关标签:
回答
  • 消灭零回复
提交回复
热议问题