はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『rstudio.github.io』

  • 人気
  • 新着
  • すべて
  • Interface to D3 Visualizations

    3 users

    rstudio.github.io

    The r2d3 package provides a suite of tools for using D3 visualizations with R, including: Translating R objects into D3 friendly data structures Rendering D3 scripts within the RStudio Viewer and R Notebooks Publishing D3 visualizations to the web Incorporating D3 scripts into R Markdown reports, presentations, and dashboards Creating interactive D3 applications with Shiny Distributing D3 based ht

    • テクノロジー
    • 2018/04/24 07:28
    • Interface to Python

      4 users

      rstudio.github.io

      The reticulate package provides a comprehensive set of tools for interoperability between Python and R. The package includes facilities for: Calling Python from R in a variety of ways including R Markdown, sourcing Python scripts, importing Python modules, and using Python interactively within an R session. Translation between R and Python objects (for example, between R and Pandas data frames, or

      • テクノロジー
      • 2017/09/09 16:41
      • web
      • https://rstudio.github.io/keras/

        10 users

        rstudio.github.io

        • テクノロジー
        • 2017/06/01 05:02
        • keras
        • R
        • データ
        • HTML Meta Tag

          8 users

          rstudio.github.io

          The TensorFlow for R website has been moved to here.

          • テクノロジー
          • 2016/09/28 23:05
          • R
          • Using Leaflet with Shiny

            3 users

            rstudio.github.io

            Shiny is a web framework for R and Python. To learn more about Shiny, visit the shiny website. The Leaflet package includes powerful and convenient features for integrating with Shiny applications. Most Shiny output widgets are incorporated into an app by including an output (e.g., plotOutput()) for the widget in the UI definition, and using a render function (e.g., renderPlot()) in the server fun

            • 学び
            • 2015/10/16 16:54
            • Create Interactive Web Maps with the JavaScript Leaflet Library

              6 users

              rstudio.github.io

              Leaflet is an open-source JavaScript library for interactive maps. This R package makes it easy to create Leaflet maps from R. library(leaflet) m = leaflet() %>% addTiles() m # a map with the default OSM tile layer m = m %>% setView(-93.65, 42.0285, zoom = 17) m m %>% addPopups(-93.65, 42.0285, 'Here is the <b>Department of Statistics</b>, ISU')

              • テクノロジー
              • 2015/07/27 14:38
              • dygraphs for R

                3 users

                rstudio.github.io

                The dygraphs package is an R interface to the dygraphs JavaScript charting library. It provides rich facilities for charting time-series data in R, including: Automatically plots xts time series objects (or any object convertible to xts). Highly configurable axis and series display (including optional second Y-axis). Rich interactive features including zoom/pan and series/point highlighting. Displ

                • テクノロジー
                • 2015/06/22 11:51
                • JavaScript
                • Create Interactive Web Maps with the JavaScript Leaflet Library

                  6 users

                  rstudio.github.io

                  Leaflet is an open-source JavaScript library for interactive maps. This R package makes it easy to create Leaflet maps from R. library(leaflet) m = leaflet() %>% addTiles() m # a map with the default OSM tile layer m = m %>% setView(-93.65, 42.0285, zoom = 17) m m %>% addPopups(-93.65, 42.0285, 'Here is the <b>Department of Statistics</b>, ISU')

                  • テクノロジー
                  • 2014/12/30 07:28
                  • R
                  • JavaScript
                  • DT: An R interface to the DataTables library

                    8 users

                    rstudio.github.io

                    The R package DT provides an R interface to the JavaScript library DataTables. R data objects (matrices or data frames) can be displayed as tables on HTML pages, and DataTables provides filtering, pagination, sorting, and many other features in the tables. You may install the stable version from CRAN, or the development version using remotes::install_github('rstudio/DT') if necessary (this website

                    • テクノロジー
                    • 2014/12/21 23:57
                    • DT
                    • R
                    • javascript
                    • dygraphs for R

                      6 users

                      rstudio.github.io

                      The dygraphs package is an R interface to the dygraphs JavaScript charting library. It provides rich facilities for charting time-series data in R, including: Automatically plots xts time series objects (or any object convertible to xts). Highly configurable axis and series display (including optional second Y-axis). Rich interactive features including zoom/pan and series/point highlighting. Displ

                      • 学び
                      • 2014/12/20 01:51
                      • R
                      • Page Has Moved

                        3 users

                        rstudio.github.io

                        Page Has Moved You should be automatically redirected. If not, please click here: http://docs.rstudio.com/shiny-server/

                        • 世の中
                        • 2014/07/24 11:56
                        • shiny
                        • Packrat: Reproducible package management for R

                          4 users

                          rstudio.github.io

                          < Return to homepage View the Project on GitHub rstudio/packrat Packrat is a dependency management system for R. R package dependencies can be frustrating. Have you ever had to use trial-and-error to figure out what R packages you need to install to make someone else’s code work–and then been left with those packages globally installed forever, because now you’re not sure whether you need them? Ha

                          • テクノロジー
                          • 2014/06/05 11:50
                          • R
                          • Tutorial: Building 'Shiny' Applications with R

                            13 users

                            rstudio.github.io

                            Let’s Go! This tutorial covers the basics of Shiny and provides detailed examples of using much of its capabilities. Click the Next button to get started and say hello to Shiny! The Hello Shiny example is a simple application that generates a random distribution with a configurable number of observations and then plots it. To run the example, type: > library(shiny) > runExample("01_hello") Shiny a

                            • 学び
                            • 2012/11/07 19:48
                            • R
                            • web
                            • visualization
                            • tech

                            このページはまだ
                            ブックマークされていません

                            このページを最初にブックマークしてみませんか?

                            『rstudio.github.io』の新着エントリーを見る

                            キーボードショートカット一覧

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

                            • 総合
                            • 一般
                            • 世の中
                            • 政治と経済
                            • 暮らし
                            • 学び
                            • テクノロジー
                            • エンタメ
                            • アニメとゲーム
                            • おもしろ
                            • アプリ・拡張機能
                            • 開発ブログ
                            • ヘルプ
                            • お問い合わせ
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について

                            公式Twitter

                            • 公式アカウント
                            • ホットエントリー

                            はてなのサービス

                            • はてなブログ
                            • はてなブログPro
                            • 人力検索はてな
                            • はてなブログ タグ
                            • はてなニュース
                            • ソレドコ
                            • App Storeからダウンロード
                            • Google Playで手に入れよう
                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                            設定を変更しましたx