我正在使用GraphR中的包来进行5461项的maxclique分析.
我得到的最终输出项很长,所以我收到以下警告:
到达
getOption("max.print")- 省略了475569行
有人可以给我提供如何增加限制的指示max.print.
NPE*_*NPE 91
使用options命令,例如options(max.print=1000000).
见?options:
‘max.print’: integer, defaulting to ‘99999’. ‘print’ or ‘show’
methods can make use of this option, to limit the amount of
information that is printed, to something in the order of
(and typically slightly less than) ‘max.print’ _entries_.
Run Code Online (Sandbox Code Playgroud)
rcs*_*rcs 33
见?options:
options(max.print=999999)
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
138591 次 |
| 最近记录: |