'plot' 中未出现操纵滑块

Manipulate slider does not appear in 'plot'

简单的问题:是什么阻止了操纵滑块出现在 R Studio 的 'plot' 部分?

让我们举一个非常简单的例子,运行 在一个 Rmarkdown 块中:

manipulate(
    plot(1:x), x = slider(1, 100)
  )

在 rmarkdown 中,这不会在 'plots' 窗格中显示图表和滑块。相反,情节显示在块下方。

如何显示操作功能?

答案是选择rmarkdown文档上面的档位,然后选择'Chunk Output in Console'。