plot type type= n text plot type= n text(x,y) iris 5 iris iris.label >iris.label<-rep(c(,, ),rep(50,3)) 2 13 >plot(iris[,1],iris

Size: px
Start display at page:

Download "plot type type= n text plot type= n text(x,y) iris 5 iris iris.label >iris.label<-rep(c(,, ),rep(50,3)) 2 13 >plot(iris[,1],iris"

Transcription

1 R iris 1 3 plot >plot(iris[,1],iris[,3]) 11 iris[, 3] iris[, 3] iris[, 1] iris[, 1] >plot(iris[,1],iris[,3],type="n") >text(iris[,1],iris[,3]) 1

2 plot type type= n text plot type= n text(x,y) iris 5 iris iris.label >iris.label<-rep(c(,, ),rep(50,3)) 2 13 >plot(iris[,1],iris[,3],type="n") >text(iris[,1],iris[,3],iris.label) iris[, 3] iris[, 1] 13 2

3 13 ( ) setosa versicolorvirginica 2 setosa plot 3 3 plot plot(x, y, xlim=range(x), ylim=range(y), type="p", main, xlab, ylab ) x y xlim ylim type main xlab ylab cex "p" "l" "b" "c" "h" "n" () x ( ) y ( ) 3 14 >plot(iris[,1],iris[,3],type="p",xlab="length of epal", ylab="length of Petal",cex=2, col= red ) 4 iris 15 >plot(iris[,1],iris[,3],pch = 21, cex=2,bg = c(2, 3, 4)[unclass(iris$pecies)]) pch = 21 bg = c(2, 3, 4) 3 ( ) [unclass(iris$pecies)] iris pecies Iris 3 50 setosa 2 (red)51100 versicolor 3 (green) virginica 4 (blue) plot cex 3

4 >par(cex=0.8) cex par par par(cex=,pch=, mfrow=, col=,) cex= pch=n ( ) pch mfrow=c(m,n) m n c(1,1) mfcol=c(m,n) m n c(1,1) bg= col= 1 col=red col=2 () lty= 2 lwd= 1 6 pch pch=1 4

5 16 pch 2 1 iris iris >pairs(iris[1:4]) pairs(iris[1:4], pch = 21, bg = c("red", "green3", "blue")[unclass(iris$pecies)]) 5

6 17iris pch = 21 bg = c("red", "green3", "blue") [unclass(iris$pecies)] pecies

7 183 latticescatterplot3d 3 Package lattice [OK] library(lattice) [Enter] lattice R lattice 3 iris 19 >library(lattice) >cloud(iris[,1]~iris[,2]*iris[,3],col= blue,pch=19,data = iris) 19 iris 3 1 7

8 cloud cloud(formula,data) data z ~ x * y z x,y ~ 20 >cloud(epal.length ~ Petal.Length * Petal.Width, data = iris,groups = pecies) groups 20 pch=c(16,17,18),col=c(1,2,4) 20 iris screen = list(z =, x=,y = ) screen = list(z = 0, x=10,y =-15 ) 21 3 graphics persp 2 2 z = y x 5 x 5 5 y 5 >x <- seq(-5, 5, length=50) >y <- x >f <- function(x,y) {r <- (y^2)-(x^2)} >z <- outer(x, y, f) >persp(x, y, z,theta = 60,phi = 25,expand = 0.8,shade=.01,col = "lightblue") 8

9 persp >data(volcano) >z <- 5 * volcano # 5 >x <- 10 * (1:nrow(z)) # 10 >y <- 10 * (1:ncol(z)) # 10 >par(bg = "skyblue") # >persp(x, y, z, theta = 115, phi = 20, col = "lightgreen", scale = FALE,ltheta = -120, shade = 0.75, border = NA, box = FALE) 23volcano 3 9

10 graphics contourfilled.contour image lattice >contour(volcano,main="contour(volcano) ") >image(volcano,main="image(volcano) ") contour(volcano) 25image(volcano) >image(volcano,main="image(volcano) n contour(volcano,add=t) n ") >contour(volcano,add=t) 10

11 26 image contour >filled.contour(volcano, color = terrain.colors) >levelplot(volcano,main="levelplot(volcano) n ") 27 filled.contour 28 levelplot 11

「統 計 数 学 3」

「統 計 数 学 3」 関数の使い方 1 関数と引数 関数の構造 関数名 ( 引数 1, 引数 2, 引数 3, ) 例 : マハラノビス距離を求める関数 mahalanobis(data,m,v) 引数名を指定して記述する場合 mahalanobis(x=data, center=m, cov=v) 2 関数についてのヘルプ 基本的な関数のヘルプの呼び出し? 関数名 例 :?mean 例 :?mahalanobis 指定できる引数を確認する関数

More information

DAA02

DAA02 c(var1,var2,...,varn) > x x [1] 1 2 3 4 > x2 x2 [1] 1 2 3 4 5 6 7 8 c(var1,var2,...,varn) > y=c('a0','a1','b0','b1') > y [1] "a0" "a1" "b0" "b1 > z=c(x,y) > z [1] "1" "2"

More information

Microsoft PowerPoint - R-intro-02.ppt

Microsoft PowerPoint - R-intro-02.ppt R で学ぶデータ解析とシミュレーション 2 ~ グラフ作成入門 ~ 2 時間目のメニュー グラフの作成方法 グラフ作成の第一歩 高水準作図関数 高水準作図関数の種類 関数 plot() を用いた作図例 低水準作図関数 低水準作図関数の種類 低水準作図関数を用いた作図例 数学関数のプロット 数学関数の定義方法 数学関数の作図例 参考 ( 重ねた図の描き方,R の画像の編集方法 ) 2 グラフィックスは

More information

PackageSoft/R-033U.tex (2018/March) R:

PackageSoft/R-033U.tex (2018/March) R: ................................................................................ R: 2018 3 29................................................................................ R AI R https://cran.r-project.org/doc/contrib/manuals-jp/r-intro-170.jp.pdf

More information

1 R Windows R 1.1 R The R project web R web Download [CRAN] CRAN Mirrors Japan Download and Install R [Windows 9

1 R Windows R 1.1 R The R project web   R web Download [CRAN] CRAN Mirrors Japan Download and Install R [Windows 9 1 R 2007 8 19 1 Windows R 1.1 R The R project web http://www.r-project.org/ R web Download [CRAN] CRAN Mirrors Japan Download and Install R [Windows 95 and later ] [base] 2.5.1 R - 2.5.1 for Windows R

More information

DAA04

DAA04 # plot(x,y, ) plot(dat$shoesize, dat$h, main="relationship b/w shoesize and height, xlab = 'shoesize, ylab='height, pch=19, col='red ) Relationship b/w shoesize and height height 150 160 170 180 21 22

More information

DAA03

DAA03 par(mfrow=c(1,2)) # figure Dist. of Height for Female Participants Dist. of Height for Male Participants Density 0.00 0.02 0.04 0.06 0.08 Density 0.00 0.02 0.04 0.06 0.08 140 150 160 170 180 190 Height

More information

PowerPoint Presentation

PowerPoint Presentation R で自動作図 どんな絵でも, 何十回でも, 何百枚でも 竹中明夫 ( 国立環境研 ) プログラミング環境 + 実行環境 統計解析関数群 描画関数群 プログラム作図のすすめまずは描いてみる高水準作図関数と低水準作図関数繰り返し作業をプログラムで画像の保存 この話の目指すところ R のプログラムで絵が描けるよう になる R のプログラムで絵が描けそうな 気になる R のプログラムで絵を描きたくなる やる気にさえなれば,

More information

untitled

untitled 20 7 1 22 7 1 1 2 3 7 8 9 10 11 13 14 15 17 18 19 21 22 - 1 - - 2 - - 3 - - 4 - 50 200 50 200-5 - 50 200 50 200 50 200 - 6 - - 7 - () - 8 - (XY) - 9 - 112-10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 -

More information

untitled

untitled 19 1 19 19 3 8 1 19 1 61 2 479 1965 64 1237 148 1272 58 183 X 1 X 2 12 2 15 A B 5 18 B 29 X 1 12 10 31 A 1 58 Y B 14 1 25 3 31 1 5 5 15 Y B 1 232 Y B 1 4235 14 11 8 5350 2409 X 1 15 10 10 B Y Y 2 X 1 X

More information

2 R 1 2.1 2.1: R R [ 1.1] [ 2.1] R R R plot() contour() 2

2 R 1 2.1 2.1: R R [ 1.1] [ 2.1] R R R plot() contour() 2 1 R for Windows R Windows Mac OS X Linux Windows 1.1 1.2 R R cat( n ) R R-00.0(00.0 ) etc Rconsole font=tt Courier New font = TT MS Gothic points = 10 points = 14 Rdevga TT Arial TT MS Gothic R demo(japanese)

More information

28 9

28 9 28 9 D3()Vol.68No.5pp.773-780 (2012) HASEGAWA Hironobu, FUJII Masaru, ARIMURA Mikiharu, TAMURA Tohru: A Basic Study on Traffic Accident Data Analysis Using Support Vector MachineJournal of the Eastern

More information

講義のーと : データ解析のための統計モデリング. 第2回

講義のーと :  データ解析のための統計モデリング. 第2回 Title 講義のーと : データ解析のための統計モデリング Author(s) 久保, 拓弥 Issue Date 2008 Doc URL http://hdl.handle.net/2115/49477 Type learningobject Note この講義資料は, 著者のホームページ http://hosho.ees.hokudai.ac.jp/~kub ードできます Note(URL)http://hosho.ees.hokudai.ac.jp/~kubo/ce/EesLecture20

More information

1 2 3 1 34060120 1,00040 2,000 1 5 10 50 2014B 305,000140 285 5 6 9 1,838 50 922 78 5025 50 10 1 2

1 2 3 1 34060120 1,00040 2,000 1 5 10 50 2014B 305,000140 285 5 6 9 1,838 50 922 78 5025 50 10 1 2 0120-563-506 / 9001800 9001700 123113 0120-860-777 163-8626 6-13-1 Tel.03-6742-3111 http://www.himawari-life.co.jp 1 2 3 1 34060120 1,00040 2,000 1 5 10 50 2014B 305,000140 285 5 6 9 1,838 50 922 78 5025

More information

掲示用ヒート表 第34回 藤沢市長杯 2017

掲示用ヒート表 第34回 藤沢市長杯 2017 34 8 4 2 Round 1 Round 2 SEMI FINAL 30 16 8 H1 H5 H1 H1 Red 12401821 2 Red 12601360 2 1-1 Red 12501915 1 1-1 Red 12501915 4 White 12900051 4 White 12600138 3 3-1 White 12802412 2 3-1 White 12801091 1 Yellow

More information

Microsoft PowerPoint - 201409_秀英体の取組み素材(予稿集).ppt

Microsoft PowerPoint - 201409_秀英体の取組み素材(予稿集).ppt 1 2 3 4 5 6 7 8 9 10 11 No Image No Image 12 13 14 15 16 17 18 19 20 21 22 23 No Image No Image No Image No Image 24 No Image No Image No Image No Image 25 No Image No Image No Image No Image 26 27 28

More information

インターネットを活用した経済分析 - フリーソフト Rを使おう

インターネットを活用した経済分析 - フリーソフト Rを使おう R 1 1 1 2017 2 15 2017 2 15 1/64 2 R 3 R R RESAS 2017 2 15 2/64 2 R 3 R R RESAS 2017 2 15 3/64 2-4 ( ) ( (80%) (20%) 2017 2 15 4/64 PC LAN R 2017 2 15 5/64 R R 2017 2 15 6/64 3-4 R 15 + 2017 2 15 7/64

More information

https://sites.google.com/site/prj311/ 2011-03- 11 14:46:18 ##### Ruby ##### h = Hash.new(0) while line = gets() if line =~ /^.*?\x01(.*?)\x01/ h[$1] += 1 end end h.sort_by { k,v - v }.each { k,v print

More information

RとExcelを用いた分布推定の実践例

RとExcelを用いた分布推定の実践例 R Excel 1 2 1 2 2011/11/09 ( IMI) R Excel 2011/11/09 1 / 12 (1) R Excel (2) ( IMI) R Excel 2011/11/09 2 / 12 R Excel R R > library(fitdistrplus) > x fitdist(x,"norm","mle")

More information

★結果★ 藤沢市長杯 掲示用ヒート表

★結果★ 藤沢市長杯 掲示用ヒート表 AA 35 Round 1 8 4 Round 2 28 16 SEMI FINAL H1 H5 H1 H1 Red 12802015 1 Red 12802109 1 1-1 Red 12802015 2 1-1 Red 12702346 White 12800232 2 White 12702406 3 3-1 White 12702346 1 3-1 White 12802109 Yellow

More information

無印良品のスキンケア

無印良品のスキンケア 2 3 4 5 P.22 P.10 P.18 P.14 P.24 Na 6 7 P.10 P.22 P.14 P.18 P.24 8 9 1701172 1,400 1701189 1,000 1081267 1,600 1701257 2,600 1125923 450 1081250 1,800 1125916 650 1081144 1,800 1081229 1,500 Na 1701240

More information

Word 2000 Standard

Word 2000 Standard .1.1 [ ]-[ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [OK] [ ] 1 .1.2 [ ]-[ ] [ ] [ ] [ [ ] [ ][ ] [ ] [ ] [ / ] [OK] [ ] [ ] [ ] [ ] 2 [OK] [ ] [ ] .2.1 [ ]-[ ] [F5] [ ] [ ] [] [ ] [ ] [ ] [ ] 4 ..1 [ ]-[ ] 5 ..2

More information

pp R R Word R R R R Excel SPSS R Microsoft Word 2016 OS Windows7 Word2010 Microsoft Office2010 R Emacs ESS R R R R https:

pp R R Word R R R R Excel SPSS R Microsoft Word 2016 OS Windows7 Word2010 Microsoft Office2010 R Emacs ESS R R R R https: 計量国語学 アーカイブ ID KK300604 種別 解説 タイトル データの視覚化 (6) Rによる樹形図の作成 Title Data Visualization (6): Making Dendrogram in R statics 著者 林直樹 Author HAYASHI Naoki 掲載号 30 巻 6 号 発行日 2016 年 9 月 20 日 開始ページ 378 終了ページ 390 著作権者

More information

講義のーと : データ解析のための統計モデリング. 第3回

講義のーと :  データ解析のための統計モデリング. 第3回 Title 講義のーと : データ解析のための統計モデリング Author(s) 久保, 拓弥 Issue Date 2008 Doc URL http://hdl.handle.net/2115/49477 Type learningobject Note この講義資料は, 著者のホームページ http://hosho.ees.hokudai.ac.jp/~kub ードできます Note(URL)http://hosho.ees.hokudai.ac.jp/~kubo/ce/EesLecture20

More information

2 0.3 R R R UNIX, Linu X11() Windows windows() R R R help( Devices ) bitmap() bmp() dev2bitmap() jpeg() JPEG pdf() ADOBE PDF picte() L A TEX png() PNG

2 0.3 R R R UNIX, Linu X11() Windows windows() R R R help( Devices ) bitmap() bmp() dev2bitmap() jpeg() JPEG pdf() ADOBE PDF picte() L A TEX png() PNG R R 0.1 R R 2 () * 1 1 0.2 X 2 *2 *1 high (low) level plotting function graphics function 2 RjpWiki *2 2 0.3 R R R UNIX, Linu X11() Windows windows() R R R help( Devices ) bitmap() bmp() dev2bitmap() jpeg()

More information

1

1 1 100 50/60Hz 100 50/60Hz 2 3 4 Windows 4.0SP3 Windows98 4.0SP3 800600 256 1024768 SETUP.EXE 5 [ ] 6 [ OK] [ ] 7 [ OK] [ ] 8 [ OK] [ ] 9 [ ] [ ] [ ] Enter Enter Windows Alt MP-60 10 [ ] F4 [ ] [ ] [ ]

More information

第32回新春波乗り大会2018

第32回新春波乗り大会2018 AA 32 Round 1 4 SEMI FINAL 2 20 8 FINAL H1 H1 H1 Red 12701793 1 1-1 Red 12701793 2 1-1 Red 11800623 White 12900058 4 3-1 White 12402115 4 2-1 White 12402209 Yellow 11603976 3 2-2 Yellow 12301534 3 1-2

More information

3 3.1 3 [Set type:] 2 c 1 2 3 XYDY DY D dispersion 4 File New 3 NEW 3:

3 3.1 3 [Set type:] 2 c 1 2 3 XYDY DY D dispersion 4 File New 3 NEW 3: 2 3 2 Dt Import ASCII [Red sets] [Directories 2 [Files] 2 b OK 1 X 2 Y 2 Import ASCII b c 2: 3 3.1 3 [Set type:] 2 c 1 2 3 XYDY DY D dispersion 4 File New 3 NEW 3: 4 5 5.1 4 4 4: 5 5.2 Plot Axis properties

More information

SXF Converter for DWG 2004/ SXFデータトランスレータ 2004 注意事項

SXF Converter for DWG 2004/ SXFデータトランスレータ 2004 注意事項 SXF Converter for DWG 2004 SXF2004 (2005 ) 1... 1 1.1... 1 1.2 Windows DWG... 1 2 AutoCAD SXF... 1 2.1... 1 2.2... 1 2.3... 1 2.4... 1 2.5... 1 2.6... 2 2.7... 2 2.8... 3 2.9... 3 2.10... 4 2.11... 5 2.12...

More information

第三学年  総合的な学習の指導案(国際理解・英語活動)

第三学年  総合的な学習の指導案(国際理解・英語活動) NAT NAT NAT NAT NAT NAT All English NAT 20 One One One One One Show Time Silent Night Are You Sleeping? NAT NAT NAT NAT NAT What color do you like? ( NA ( ) Good afternoon, boys & girls. Good afternoon,

More information

BMIdata.txt DT DT <- read.table("bmidata.txt") DT head(dt) names(dt) str(dt)

BMIdata.txt DT DT <- read.table(bmidata.txt) DT head(dt) names(dt) str(dt) ?read.table read.table(file, header = FALSE, sep = "", quote = "\" ", dec = ".", numerals = c("allow.loss", "warn.loss", "no.loss"), row.names, col.names, as.is =!stringsasfactors, na.strings = "NA", colclasses

More information

3 微分極値 前節の関数の極値を求めよう. そのためには元の関数を 微分しその導関数 =0 という方程式を解くことになる. 関数 f1 とその導関数 f2 を求めるには f1 <- deriv(~*****, "x", func=t) f2 <-function(x) attr(f1(x),"gra

3 微分極値 前節の関数の極値を求めよう. そのためには元の関数を 微分しその導関数 =0 という方程式を解くことになる. 関数 f1 とその導関数 f2 を求めるには f1 <- deriv(~*****, x, func=t) f2 <-function(x) attr(f1(x),gra R による数値計算法 作花一志 1 江見圭司 1 概要 :R プログラミングを用いた数値計算法について述べる. 例として非線形方程式の解法, 微分方程式の解法, 3D 図形描画などを挙げる. キーワード :R 言語, 数値計算, 非線形方程式, 積分, 微分方程式,3D 図形 Numerical Computing by R KAZUSHI SAKKA KEIJI EMI Abstract: Methods

More information

Microsoft PowerPoint - 07Overlearning-newNew.pptx

Microsoft PowerPoint - 07Overlearning-newNew.pptx 本項の予定 知的情報処理 7. 過学習 : すべてを鵜呑みにしてはいけない 櫻井彰人慶應義塾大学理工学部 仮説の評価 という問題 学習データの偏りとノイズ 学習 ( 訓練 ) 誤差と予測 ( 汎化 ) 誤差 R と Weka で実感する 決定木作成時の例 モデル選択 データ分析の第一の目的は データを生成した仕組みを推測すること 第二の目的は その結果を行動に役立てること 仕組み は モデル 統計的には

More information

TM2018 講習会資料 MTMineR を用いたテキストマイニングの基礎 同志社大学文化情報学研究科データサイエンス研究室 目次 1. イントロダクション テキストマイニングのプロセス 2. R 言語基礎 R 言語 環境 R データ型と構造 グラフィックスの作成 基礎統計解析 外部データ読み込み

TM2018 講習会資料 MTMineR を用いたテキストマイニングの基礎 同志社大学文化情報学研究科データサイエンス研究室 目次 1. イントロダクション テキストマイニングのプロセス 2. R 言語基礎 R 言語 環境 R データ型と構造 グラフィックスの作成 基礎統計解析 外部データ読み込み TM2018 講習会資料 MTMineR を用いたテキストマイニングの基礎 同志社大学文化情報学研究科データサイエンス研究室 目次 1. イントロダクション テキストマイニングのプロセス 2. R 言語基礎 R 言語 環境 R データ型と構造 グラフィックスの作成 基礎統計解析 外部データ読み込み 3. テキストマイニングのための環境整備 Java と R のインストール 日本語形態素解析器 (MeCab)

More information

sarupaw.dvi

sarupaw.dvi PAW Which Even Monkeys Can Use H.Kitamura & His Company 9 8 19 preface PAW Which Even Monkies Can Use bold itaric vector ntuple v nt ( ) quit e-mail kitamura@phys01.phys.kobe-u.ac.jp homepage http://phys01.phys.kobe-u.ac.jp:2080/~kohama/sarupaw.html

More information

tottori2013-print.key

tottori2013-print.key 1 / 152 3 / 152 2 / 152 4 / 152 5 / 152 7 / 152 6 / 152 8 / 152 9 / 152 11 / 152 Red: [R,G,B] = [255,0,0] Yellow [R,G,B] = [255, 255, 0] Magenta [R,G,B] = [255, 0, 255] W [R,G,B] = [ Green: [R,G,B] = [0,

More information

GraphicsWithPlotFull.nb Plot[{( 1), ( ),...}, {( ), ( ), ( )}] Plot Plot Cos x Sin x, x, 5 Π, 5 Π, AxesLabel x, y x 1 Plot AxesLabel

GraphicsWithPlotFull.nb Plot[{( 1), ( ),...}, {( ), ( ), ( )}] Plot Plot Cos x Sin x, x, 5 Π, 5 Π, AxesLabel x, y x 1 Plot AxesLabel http://yktlab.cis.k.hosei.ac.jp/wiki/ 1(Plot) f x x x 1 1 x x ( )[( 1)_, ( )_, ( 3)_,...]=( ) Plot Plot f x, x, 5, 3 15 10 5 Plot[( ), {( ), ( ), ( )}] D g x x 3 x 3 Plot f x, g x, x, 10, 8 00 100 10 5

More information

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page htt

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page   htt Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software_hardware/specview http://specview.stsci.edu/javahelp/main.html Specview

More information

なぜRでグラフを 書 くの? 1.グラフがきれい 2. 書 き 直 しが 簡 単 3. 同 じようなグラフを 簡 単 に 書 ける

なぜRでグラフを 書 くの? 1.グラフがきれい 2. 書 き 直 しが 簡 単 3. 同 じようなグラフを 簡 単 に 書 ける Rでグラフ 作 成! - 基 礎 の 基 礎 の 入 門 編 - 担 当 : 河 崎 祐 樹 森 林 保 護 D2 なぜRでグラフを 書 くの? 1.グラフがきれい 2. 書 き 直 しが 簡 単 3. 同 じようなグラフを 簡 単 に 書 ける なぜRでグラフを 書 くの? 1.グラフがきれい グラフがきれいだと 気 持 ちがいい 2. 書 き 直 しが 簡 単 3. 同 じようなグラフを 簡 単

More information

Windows (L): D:\jyugyou\ D:\jyugyou\ D:\jyugyou\ (N): en2 OK 2

Windows (L): D:\jyugyou\ D:\jyugyou\ D:\jyugyou\ (N): en2 OK 2 Windows C++ Microsoft Visual Studio 2010 C++ Microsoft C++ Microsoft Visual Studio 2010 Microsoft Visual Studio 2010 C++ C C++ Microsoft Visual Studio 2010 Professional Professional 1 Professional Professional

More information

0.2 Button TextBox: menu tab 2

0.2 Button TextBox: menu tab 2 Specview VO 2012 2012/9/27 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

1 () 1-1 1-2 () 1-3 () 1-6 ( () ()) ( ) 1 2 1-4 1-1 1-5 1-5-1 1-2 1-2 3 4 1-3 ( ) 1-5-2 7 8 1-1 5 1-5-3 1-2 6 1-5-4 1-3 1-3 7 8 9 10 1-6 1-4 () () () () () 2 2-1 2-1-1 11 12 2-1-2 2-2 2-2-1 CD-R 2 CAD

More information

サンプル CSS OutlineAnimation.html の説明 HTML の記述 (OutlineAnimation.html) id 属性 stage の div 要素を作り その中に div 要素でボックスを記述します id 属性 div1 の div 要素を記述し 中にテキストで Out

サンプル CSS OutlineAnimation.html の説明 HTML の記述 (OutlineAnimation.html) id 属性 stage の div 要素を作り その中に div 要素でボックスを記述します id 属性 div1 の div 要素を記述し 中にテキストで Out 1339 アウトラインのアニメーション outline は入力フィールドの輪郭を赤くして目立たせるなど ユーザーインターフェースと して使用されることが多い機能です また outline でボックスの輪郭をアニメーションさ せることもできますが あまり使われることはないかもしれません アニメーションで変化させることができる outline 関係のプロパティ outline-color animation

More information

U400 U300 U300R MP3/WMA/WAV CD My-Kenwood My-Kenwood JVC KENWOOD Corporation B5A (JN)

U400 U300 U300R MP3/WMA/WAV CD My-Kenwood My-Kenwood JVC KENWOOD Corporation B5A (JN) U400 U300 U300R MP3/WMA/WAV CD My-Kenwood My-Kenwood https://jp.my-kenwood.com 2014 JVC KENWOOD Corporation B5A-0141-00 (JN) [ 2 3 [ 4 5 15 8 8 6 XX S T MODE ON 7 SRC SRC ATT SRC 8 1 1 FUNCTION 2 CLOCK

More information

5 LATEX 2ε 2010

5 LATEX 2ε 2010 2010-11-27 15:30 16:00 TEX 5 LATEX 2ε 2010 1986 Lisp-Stat 1996 ptex 1987 ASCII TEX 1990 ptex 1993 JIS X 4051 1994 ptex JIS 1995 ptex 3.0 platex 2ε 2000 jsarticle 2008 ε-ptex e-ptex 2010 TEX Live 2010

More information

バイオインフォマティクス特論12

バイオインフォマティクス特論12 藤 博幸 事後予測分布 パラメータの事後分布に従って モデルがどんなデータを期待するかを予測する 予測分布が観測されたデータと 致するかを確認することで モデルの適切さを確認できる 前回と同じ問題で事後予測を う 3-1-1. 個 差を考えない場合 3-1-2. 完全な個 差を考える場合 3-1-3. 構造化された個 差を考える場合 ベイズ統計で実践モデリング 10.1 個 差を考えない場合 第 10

More information

Step 1 Feature Extraction Featuer Extraction Feature Extraction Featuer Extraction Image Analysis Start>Programs>Agilent-Life Sciences>Feature Extract

Step 1 Feature Extraction Featuer Extraction Feature Extraction Featuer Extraction Image Analysis Start>Programs>Agilent-Life Sciences>Feature Extract Agilent G2565AA Feature Extraction Step 1 Feature Extraction Step 2 Step 3 Step 4 ( ) Step 5 ( ) Step 6 Step 7 Step 8 Feature Extraction Step 9 Step 10 Feature Extraction Step 11 Feature Extraction Step

More information

1

1 1 3 11 29 35 37 1 3 11 29 35 37 36 36 GREEN CAMPUS 1 2 3 4 5 6 7 8 9 10 I N F O R M A T I O N 11 12 I N F O R M A T I O N I N F O R M A T I O N 13 14 I N F O R M A T I O N I N F O R M A T I O N 15 16 I

More information

Microsoft Word - RMD_75.doc

Microsoft Word - RMD_75.doc Review Multi Dimensional Data Multi Dimensional Acquire *.nd MetaMorph.nd Muliti Dimensional Acquisition Stack Tiff Multi Dimensional Acquisition Z nd nd 1 Review Multi Dimensional Data nd Review Multi

More information

子ボックスや孫ボックスなどに position: absolute; と指定すると それぞれ親ボックスに対する絶対位置で配置できるので親ボックスの上に複数の子ボックスや孫ボックスを重ねて配置することができます トランジションやアニメーションを作成するときに非常に便利なので覚えておきましょう top

子ボックスや孫ボックスなどに position: absolute; と指定すると それぞれ親ボックスに対する絶対位置で配置できるので親ボックスの上に複数の子ボックスや孫ボックスを重ねて配置することができます トランジションやアニメーションを作成するときに非常に便利なので覚えておきましょう top 1116 位置の記述方法について (position, top, right, bottom, left) ここまでの説明では ボックスの大きさを変えると その後ろや下にある他のボックスの位置が移動してしまいました それは margin プロパティが隣接するボックスとの間の空白を指定しているからです position プロパティを使用すると ボックスの配置位置を指定して位置を固定させたり 移動できるようにすることができます

More information

New version (2.15.1) of Specview is now available Dismiss Windows Specview.bat set spv= Specview set jhome= JAVA (C:\Program Files\Java\jre<version>\

New version (2.15.1) of Specview is now available Dismiss Windows Specview.bat set spv= Specview set jhome= JAVA (C:\Program Files\Java\jre<version>\ Specview VO 2012 2012/3/26 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

印刷物

印刷物 http://www.systems-eng.co.jp http://www.systems-eng.co.jp http://www.systems-eng.co.jp Detector Port Simple Holders Port Plugs Port 2 Detector Port Port 3 Port 1 Port 4 Baffle Port 5 http://www.systems-eng.co.jp

More information

<4D F736F F F696E74202D BD95CF97CA89F090CD F6489F18B4195AA90CD816A>

<4D F736F F F696E74202D BD95CF97CA89F090CD F6489F18B4195AA90CD816A> 主な多変量解析 9. 多変量解析 1 ( 重回帰分析 ) 目的変数 量的 説明変数 質的 あり量的 重回帰分析 数量化 Ⅰ 類 質的 判別分析 数量化 Ⅱ 類 なし 主成分分析因子分析多次元尺度構成法 数量化 Ⅲ 類数量化 Ⅳ 類 その他 クラスタ分析共分散構造分析 説明変数 : 独立変数 予測変数 目的変数 : 従属変数 基準変数 3 1. 単回帰分析各データの構造 y b ax a α: 1,,,

More information

k2 ( :35 ) ( k2) (GLM) web web 1 :

k2 ( :35 ) ( k2) (GLM) web   web   1 : 2012 11 01 k2 (2012-10-26 16:35 ) 1 6 2 (2012 11 01 k2) (GLM) kubo@ees.hokudai.ac.jp web http://goo.gl/wijx2 web http://goo.gl/ufq2 1 : 2 2 4 3 7 4 9 5 : 11 5.1................... 13 6 14 6.1......................

More information

-1 - -2 - -3 - -4 - -5 - -6 - -7 - -8 - -9- 44-10 - -11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - 372 304-28 - - 29 - - 30 - - 31

More information

2 A I / 58

2 A I / 58 2 A 2018.07.12 I 2 2018.07.12 1 / 58 I 2 2018.07.12 2 / 58 π-computer gnuplot 5/31 1 π-computer -X ssh π-computer gnuplot I 2 2018.07.12 3 / 58 gnuplot> gnuplot> plot sin(x) I 2 2018.07.12 4 / 58 cp -r

More information

1222-B Transform Using Class And Tag (classセレクタと要素型セレクタ(Tag)を使用してスタイルを適用する)

1222-B Transform Using Class And Tag (classセレクタと要素型セレクタ(Tag)を使用してスタイルを適用する) 1232 セレクタを使う (selector) CSS でスタイルを指定する時に セレクタ (selector) でスタイルを適用する対象を特定することができます セレクタには次のようなものがあります もうすでに使用してきた #box1 のような指定は id セレクタ と呼ばれるセレクタです また フォントの指定で使用してきた.font1 は class セレクタ と呼ばれるセレクタです セレクタ

More information

Microsoft PowerPoint - 08Exercises.ppt [互換モード]

Microsoft PowerPoint - 08Exercises.ppt [互換モード] R における決定木 R には 決定木関連のパッケージとして tree rpart 及び rpart を多変量回帰木 (multivariate regression trees) に拡張させた mvpart がある library(tree) data(iris) (iris.tr

More information

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID 10 10 10.1 1. 2. 3. HTML(HyperText Markup Language) Web [ ][ ] HTML Web HTML HTML Web HTML ~b08a001/www/ ( ) ~b08a001/www-local/ ( ) html ( ) 10.2 WWW WWW-local b08a001 ~b08a001/www/ ~b08a001/www-local/

More information

Rプログラミング

Rプログラミング 5 29 10 10 1 1 2 1 3 Excel 2 3.1 GDP................................... 2 3.2 Excel.................. 3 3.3 Excel............................... 3 3.3.1................................ 4 3.3.2.........................

More information

AJANコマンドリファレンス(GUIコマンド編)

AJANコマンドリファレンス(GUIコマンド編) AJAN GUI 4 5...5...5...7...8...10...11...12...13...13...13...14...15...16...17...18...19...21...22...23...24...25...26...27...27...28...29...30...30...31...32...32...33...33...35...36...37...38...40 Interface

More information

Border Width と記述します id 属性 div3 の div 要素を記述し 中にテキストで Border Radius と記述します id 属性 div4 の div 要素を記述し 中に span 要素を1つ記述しその中にテキストで Border All<br />(Color,Widt

Border Width と記述します id 属性 div3 の div 要素を記述し 中にテキストで Border Radius と記述します id 属性 div4 の div 要素を記述し 中に span 要素を1つ記述しその中にテキストで Border All<br />(Color,Widt 1338-1 ボーダーのアニメーション (1) border のアニメーションは web ページを作るときにボタンのアニメーションとして使えそ うです アニメーションで変化させることができる border 関係のプロパティ border-color animation で色を滑らかに変化させることができます border-width animation で幅を滑らかに変化させることができます border-radius

More information

2 I I / 61

2 I I / 61 2 I 2017.07.13 I 2 2017.07.13 1 / 61 I 2 2017.07.13 2 / 61 I 2 2017.07.13 3 / 61 7/13 2 7/20 I 7/27 II I 2 2017.07.13 4 / 61 π-computer gnuplot MobaXterm Wiki PC X11 DISPLAY I 2 2017.07.13 5 / 61 Mac 1.

More information

タイの食品市場(国庫用)訂正.PDF

タイの食品市場(国庫用)訂正.PDF 7 2004 ( ) ... 1... 2... 4... 7...11... 14... 16... 23... 24... 27... 29... 34... 39... 39... 43... 53... 58... 61... 62 ... 70... 78... 79... 83... 83... 86... 92... 93... 95... 101... 102... 104... 105...110...113...116...118...119...

More information

カスタムプロットシェーディング プロット面のカスタムカラーリングについて いくつかの改善が行われています これには plot3d コマンドの新しいオプションと surfdata コマンドの重要な更新が含まれます シェーディングはカラーリングプロシージャ 既存の 3-D プロットからの色のデータ また

カスタムプロットシェーディング プロット面のカスタムカラーリングについて いくつかの改善が行われています これには plot3d コマンドの新しいオプションと surfdata コマンドの重要な更新が含まれます シェーディングはカラーリングプロシージャ 既存の 3-D プロットからの色のデータ また カスタムプロットシェーディング プロット面のカスタムカラーリングについて いくつかの改善が行われています これには plot3d コマンドの新しいオプションと surfdata コマンドの重要な更新が含まれます シェーディングはカラーリングプロシージャ 既存の 3-D プロットからの色のデータ または画像を使用して指定できます > restart: 曲面のシェーディングスキーム Colorscheme

More information

untitled

untitled 74 1 300 20 9 11 (1) (2) (3) 14 2 1 252 75 3002 2 201 10124 50012001 652 4020 110023 () 1 3 RGB redg green blue 4 5 () 6 ( ) () Y 7 A: B: 3 () () 8 4 6 redundant 9 10 (1) 11 (2) 12 (3) 13 14 http://www.vischeck.com/vischeck/vischeckimage.php

More information

ように記述をします div1 要素 span 要素 2 個 div3 要素 span 要素 4 個 div5 要素 span 要素 1 個 div7 要素 span 要素 2 個 div2 要素 span 要素 1 個 div4 要素 span 要素 2 個 div6 要素 span 要素 2 個

ように記述をします div1 要素 span 要素 2 個 div3 要素 span 要素 4 個 div5 要素 span 要素 1 個 div7 要素 span 要素 2 個 div2 要素 span 要素 1 個 div4 要素 span 要素 2 個 div6 要素 span 要素 2 個 1238-2 円形グラデーションのトランジション ラディアルグラデーションのトランジション W3C 仕様では background-image プロパティは transition プロパティでのトランジションや後で アニメーション編 に出てくる animation プロパティでのアニメーションができないようになっています ラディアルグラデーションの radial-gradient( ) 関数と repeating-radial-gradient(

More information

User Manual

User Manual User Manual GALAXY : Glycoanalysis by the three axes of MS and chromatography. :- 1. 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Product / Precursor 1.9 Product / Precursor 1.10 1.11 1.12 1.13 1.14 (TreeDraw) 2. 3.

More information

kubostat2017c p (c) Poisson regression, a generalized linear model (GLM) : :

kubostat2017c p (c) Poisson regression, a generalized linear model (GLM) : : kubostat2017c p.1 2017 (c), a generalized linear model (GLM) : kubo@ees.hokudai.ac.jp http://goo.gl/76c4i 2017 11 14 : 2017 11 07 15:43 kubostat2017c (http://goo.gl/76c4i) 2017 (c) 2017 11 14 1 / 47 agenda

More information

L P y P y + ɛ, ɛ y P y I P y,, y P y + I P y, 3 ŷ β 0 β y β 0 β y β β 0, β y x x, x,, x, y y, y,, y x x y y x x, y y, x x y y {}}{,,, / / L P / / y, P

L P y P y + ɛ, ɛ y P y I P y,, y P y + I P y, 3 ŷ β 0 β y β 0 β y β β 0, β y x x, x,, x, y y, y,, y x x y y x x, y y, x x y y {}}{,,, / / L P / / y, P 005 5 6 y β + ɛ {x, x,, x p } y, {x, x,, x p }, β, ɛ E ɛ 0 V ɛ σ I 3 rak p 4 ɛ i N 0, σ ɛ ɛ y β y β y y β y + β β, ɛ β y + β 0, β y β y ɛ ɛ β ɛ y β mi L y y ŷ β y β y β β L P y P y + ɛ, ɛ y P y I P y,,

More information

1 Amazon.co.jp *1 5 review *2 web Google web web 5 web web 5 (a) (b) (c) 3 S-PLUS S S-PLUS 1 S-PLUS S R R RMeCab *3 R term matrix S-PLUS S-PLUS *1 Ama

1 Amazon.co.jp *1 5 review *2 web Google web web 5 web web 5 (a) (b) (c) 3 S-PLUS S S-PLUS 1 S-PLUS S R R RMeCab *3 R term matrix S-PLUS S-PLUS *1 Ama 5 1 2 2 3 2.1....................................... 3 2.2............................... 4 2.3....................................... 5 2.4................................ 5 3 6 3.1.........................................

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

CONTENTS Chapter1 Chapter2 Chapter3

CONTENTS Chapter1 Chapter2 Chapter3 CONTENTS Chapter1 Chapter2 Chapter3 Chapter1 Globalization Red Ocean Blue Ocean Red Ocean Strategy Blue Ocean Strategy 4Chapter1 5 6Chapter1 7 CASE 1 CASE 2 Globalization Chapter2 10Chapter2 11 12Chapter2

More information

Version Priority base Title The R Graphics Package Author R Core Team and contributors worldwide Package graphics September 14, 2016 Maintainer

Version Priority base Title The R Graphics Package Author R Core Team and contributors worldwide Package graphics September 14, 2016 Maintainer Version 3.3.1 Priority base Title The R Graphics Package Author R Core Team and contributors worldwide Package graphics September 14, 2016 Maintainer R Core Team Description R functions

More information

R-introduction.R

R-introduction.R による統計解析 三中信宏 minaka@affrc.go.jp http://leeswijzer.org 305-8604 茨城県つくば市観音台 3-1-3 国立研究開発法人農業 食品産業技術総合研究機構農業環境変動研究センター統計モデル解析ユニット専門員 租界 R の門前にて : 統計言語 R との極私的格闘記録 http://leeswijzer.org/r/r-top.html 教科書と参考書

More information

本文/報告2

本文/報告2 Integral Three Dimensional Image with Enhanced Horizontal Viewing Angle Masato MIURAJun ARAITomoyuki MISHINA and Yuichi IWADATE ABSTRACT NHK R&D/No.144/2014.3 37 38 NHK R&D/No.144/2014.3 p w h f w h p

More information

Цифровой спутниковый ресивер Lumax DV 2400 IRD

Цифровой спутниковый ресивер Lumax DV 2400 IRD 13... 3 1.... 5 1.1 1.2... 5... 6 2.... 7 2.1 2.2 2.3... 7... 8... 9 3.... 10 3.1... 10 3.1.1 RF...10 3.1.2 SCART...11 3.2... 12 3.2.1 DISH IN...12 3.2.2 DiSEqC...13 4..... 14 4.1 0003.... 15 4.1.1...15

More information

LP-Z5

LP-Z5 LP-Z5 This LCD Projector is designed for use in Japan only and cannot be used in any other country. 4 12 13 14 15 16 17 18 21 24 25 26 27 28 28 28 29 30 31 32 38 39 42 43 51 52 56 57 58 62 63 65 66 67

More information