タグ

2010年6月12日のブックマーク (2件)

  • JIN'S PAGE

    R、R言語、R環境・・・・・・ Rのダウンロードとインストール リンク集 題名 Chap_01 データ解析・マイニングとR言語 Chap_02 Rでのデータの入出力 Chap_03 Rでのデータの編集と演算 Chap_04 Rと基統計量 Chap_05 Rでの関数オブジェクト Chap_06 Rでのデータの視覚化(1) Chap_07 Rでのデータの視覚化(2) Chap_08 Rでのデータの視覚化(3) Chap_09 GGobiとデータの視覚化(Rgobi) Chap_10 Rと確率分布 Chap_11 Rと推定 Chap_12 Rと検定 Chap_13 Rと分散分析 Chap_14 Rと回帰分析 Chap_15 Rと重回帰分析 Chap_16 Rと一般化線形モデル Chap_17 Rと非線形モデル Chap_18 Rと判別分析 Chap_19 Rと樹木モデル Chap_20 WEK

    u_ribo
    u_ribo 2010/06/12
  • R GIS — GeoPacific.org

    的なプロット。シェープファイルを読み、DBFから属性値も読み込む。 # load library library(maptools) # shapefile path shapefile <- 'c:\\users\\imakihi\\project\\riparian\\gisdata\\glo_random_channel_type.shp' # check metadata str(getinfo.shape(shapefile)) # create a map object x <- read.shape(shapefile) # plot data plot(x) # check data length and an attribute structure length(x$Shapes) attributes(x) attributes(x$Shapes) attribut