金魚亭日常

読書,ガジェット,競技プログラミング

IRkernel でプロットサイズ変更

  • 現在の値
IRkernel::get_plot_options()
$antialias
    "gray"
$bg
    "white"
$family
    "sans"
$height
    7
$pointsize
    12
$quality
    90
$res
    120
$width
    7
  • 幅 4, 高さ 3 に変更
options(repr.plot.width=10, repr.plot.height=7)