_대문 | 방명록 | 최근글 | 홈피소개 | 주인놈
FrontPage › lattice

Contents

[-]
1 dotplot
2 levelplot


lattice 그래픽은 다변량 자료에서 기준이 되는 변수와 나머지 변수들과의 관계를 파악할 때에 유용하다.

1 dotplot #

install.packages("lattice")
library("lattice")

dotplot(variety~yield | site, data=barley, groups=year, key = simpleKey(levels(barley$year), space="right"))
lattice01.png

2 levelplot #

attach(iris)
levelplot(Sepal.Length ~ Petal.Length*Petal.Width)
lattice02.png

댓글 남기기..
이름: : 오른쪽의 새로고침을 클릭해 주세요. 새로고침
EditText : Print : Mobile : FindPage : DeletePage : LikePages : Powered by MoniWiki : Last modified 2018-04-13 23:12:54

이것이 바로 나의 생각이다. 하고 제대로 내놓고 말할 수 있는 자기 나름의 생각을 갖는 데는 10년이 걸린다. (A. 카뮈)