タグ

shinyに関するaaaazzzz036のブックマーク (2)

  • First steps of using googleVis on shiny

    The guys at RStudio have done a fantastic job with shiny. It is really easy to build web apps with R using shiny. With the help of Joe Cheng from RStudio we figured out a way to make googleVis work on shiny as well. This allows you to make use of the Google Charts Tools in your shiny app directly from R. What I present here are three initial examples which seem to work in most browsers. The third

    First steps of using googleVis on shiny
  • RStudio Shiny TIPS - ほくそ笑む

    この記事は R Advent Calendar 2012 28日目の記事です。 はじめに 昨年に続き今年も R Advent Calendar に参加してみたのですが、ネタも時間もないので、最近注目している RStudio Shiny についての TIPS でも書こうかと思います。 Shiny を知らないという人は、前回の記事を読んでください。 1. plotOutput() の width と height に注意 出力ページに R のプロットを表示する plotOutput() 関数は引数 width と height でプロットのサイズを指定できます。 ただし、この width と height は CSS 属性であることに注意が必要です。 いつものノリで、width=500, height=500 などと打ってもプロットは表示されません。*1 plotOutput("plot",

    RStudio Shiny TIPS - ほくそ笑む
  • 1