对于纪录片的目的,我想在HTML的输出的曲线图一些代码,而不是阴谋。 后来,我打电话给绘图代码,并添加了一些情节,但只看到了额外的代码。 我尝试这样做:
```{r non.finished.plotting, eval=FALSE}
plot(1,type="n")
```
Some explanatory text here in the output:
"This produces an empty plot, and we could now add some points to it manually."
```{r add.layer, fig.width=5, fig.height=5}
<<non.finished.plotting, echo=FALSE>>
points(x=rnorm(100,1,0.1), y=rnorm(100,0.8,0.1) )
```
我发现在回声符号好一会的 ,但是当我编织,我得到的输出错误信息。
## Error: plot.new has not been called yet
我也试图与摆弄块的选择 ,但我无法找到一个组合,我想要做什么。 ( 对不起,这是很基本的,但我没有找到很喜欢这个例子。)