我有这对情节
我想让这个情节更大,但我不知道如何。
我试过
window.options(width = 800, height = 800)
但没有任何改变。
为什么?
答案 0 :(得分:1)
那件事很重要。我会把它发送到pdf。
> pdf(file = "yourPlots.pdf")
> plot(...) # your plot
> dev.off() # important!
此外,还有this post中窗口大小调整问题的答案。
答案 1 :(得分:1)
如果你的目标是探索变量之间的成对关系,你可以考虑使用pairsD3 R包中的闪亮界面,它提供了一种与(可能很大的)散点图矩阵交互的方法。一次几个变量。
虹膜数据集的示例:
public function index($id, $start = null, $end = null)
{
if (!$start) {
// set start
}
if (!$end) {
// set end
}
// do other stuff
}
更多参考here
答案 2 :(得分:0)