「ぎょーむ日誌」目次に戻る | KuboWeb top に戻る | twilog | atom

ぎょーむ日誌 2008-06-19

苦情・お叱りは, たいへんお手数かけて恐縮ですが, 久保 (kubo@ees.hokudai.ac.jp) までお知らせください.

2008 年 06 月 19 日 (木)

lattice19
lattice19
lattice19
	d <- data.frame(
		x = rnorm(900, rep(1:3, each = 100, times = 3), 0.2),
		y = rnorm(900, rep(1:3, each = 300), 0.2),
		tag = as.factor(rep(1:9, each = 100))
	)
	library(lattice)
	xyp <- xyplot(
		y ~ x | tag,
		data = d,
		scales = list(alternating = list(x = 1, y = 1))
	)
	plot(xyp)
lattice19
lattice19

KuboLog | KuboWeb