タグ

RStudioに関するyuu_kimyのブックマーク (2)

  • Interactive Plotting with Manipulate – RStudio Support

    RStudio works with the manipulate package to add interactive capabilities to standard R plots. This is accomplished by binding plot inputs to custom controls rather than static hard-coded values. Basic Usage The manipulate function accepts a plotting expression and a set of controls (e.g. slider, picker, or checkbox) which are used to dynamically change values within the expression. When a value i

    Interactive Plotting with Manipulate – RStudio Support
    yuu_kimy
    yuu_kimy 2014/08/15
    これは結構活用できそう! ShinyでAppを作る程ではないor簡単にインタラクティブな分析結果を見せたい時に使えそうですね。(但し、RStudioは必要!)
  • おそらく最速でRStudio Serverを利用開始する方法

    R Advent Calendar 2012 22日目の投稿です。 皆さんはどんな環境でRを使ってますでしょうか。 私は主にデータをグラフ化するときRを利用するので、作成したグラフをすぐに閲覧できるGUIが嬉しいです。 また常にラップトップを持ち歩くのも面倒なので、勤め先からも自宅からも様々な環境からサーバに接続してGUIを利用できるのが望ましいです。 この要件満たすためRStudio ServerをAWSに導入してみようと思います。 AWSを利用するので私がJapan.R#3で紹介した方法(下のスライド) + RStudio Serverのインストールでも使うことはできるはず※1ですが、手間が多いので最速での利用開始とは行きません。(※1.手動でインストールした場合にはログイン後の画面が表示されませんでした。どこが悪いのかよくわからず諦めました。) 最速を目指すために少しズルをして、Go

    yuu_kimy
    yuu_kimy 2014/04/28
    何と、Amazon先生がR環境を整えておりました!サクっと使いたい方は、こちらのほうが断然良いですね。(Redshiftにデータがあれば、最強コンボかもww)
  • 1