タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Rとgraphに関するgoingerのブックマーク (6)

  • R-Source - 50. 高水準作図関数

    種々の高水準作図関数を紹介する. 散布図:plot() plot() の詳しい説明は 前々節 を御覧頂きたい.ここでは,plot() への引数の与え方による出力の違いを見てみる. plot(x) ベクトル x の要素が実数ならば,x は時系列データとみなされ,横軸を自然数,縦軸をデータ x 要素とする時系列プロットが描かれる. ベクトル x が時系列データならば,そのまま時系列プロットが描かれる. ベクトル x の要素が複素数ならば,横軸を実数,縦軸を虚部とするプロットが描かれる. x が2列の行列ならば,横軸を一列目,縦軸を2列目とするプロットが描かれる. x が2次元リストならば,その要素を横軸,縦軸としてプロットが描かれる.ただし names() を使ってどちらが x なのか y なのかラベルをつける必要がある.

  • 初級Q&A アーカイブ(9) - RjpWiki

    RjpWiki はオープンソースの統計解析システム R に関する情報交換を目的とした Wiki です過去の記事のアーカイブ 。 † 初級Q&A アーカイブ(8) (元記事が 2007-07-02 より 2007-12-31 まで) 初級Q&A アーカイブ(7) (元記事が 2007-02-01 より 2007-06-27 まで) 初級Q&A アーカイブ(6) (元記事が 2006-08-24 より 2007-01-31 まで) 初級Q&A アーカイブ(5) (元記事が 2005-03-13 より 2006-06-26 まで) 初級Q&A アーカイブ(4) (元記事が 2005-11-09 より 2006-01-25 まで) 初級Q&A アーカイブ(3) (元記事が 2005-05-02 より 2005-11-07 まで) 初級Q&A アーカイブ(2) (元記事が 2004-12

  • Producing Simple Graphs with R

    © 2006-24 by Frank McCown The following is an introduction for producing simple graphs with the R Programming Language. Each example builds on the previous one. The areas in bold indicate new text that was added to the previous example. The graph produced by each example is shown on the right. Jump to a section: Line Charts Bar Charts Histograms Pie Charts Dotcharts Misc Line Charts First, we'll p

  • R のグラフ作成

    この Web ページでは,R でのグラフ作成について, 次のことを行う手順を図解で説明します. CSV ファイルを読み込み,データテーブルに格納, データテーブルからのグラフの作成(散布図を例として説明), グラフへの線,凡例の重ね書き, グラフのファイルへの保存 前準備 必要となるソフトウエア R のインストール が済んでいること. R でのパッケージのインストールの Web ページの記述に従って,Rcmdr のインストールが済んでいること. CSVファイルを読み込み,データテーブルに格納 (前準備) 使用する CSV ファイルの作成 Book1.csv をダウンロードし, ディレクトリ C:\R\の下におく ※ あるいは, 「外国為替データ(時系列データ)の作成手順」の Web ページの記述に従って,Book1.csv の作成を行ってください。 ※ 自前の CSV ファイルを使うときの

  • R Graph Gallery :: Home

    Welcome! The R Graph Gallery aims to present several different graphics fully created with the programming environment R [http://www.r-project.org]. Graphs are gathered in a MySQL database and browsable thanks to PHP. We hope that this gallery will provide many benefits, including: Discover new graphics that are suited to specific situations Highlight the poweRful graphical abilities of R Sh

  • http://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html

  • 1