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

ぎょーむ日誌 2005-08-11

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

2005 年 08 月 11 日 (木)

scatterplot3d
[scatterplot3d()]
scatterplot3d(
  d$X, d$Y, d$Z,
  pch = 20,
  color = topo.colors(max(log.rp))[log.rp],
  mar = rep(.5, 4)
)
おてがるなのはいいんだけど 「視点」の変更できない. Document にもそう明記されてる:
... but unfortunately it results also in a static plot, i.e. rotation is not possible.

[しくじり cloud()]
lattice package の cloud() 関数によるもの.
cloud(
  Z ~ X * Y,
  data = d,
  groups = log.rp,
  aspect = c(2, 3),
  points = Rows(
    trellis.par.get("superpose.symbol"),
    log.rp
  )
)
これでは色とかめちゃくちゃだ. なかなか難しい.


KuboLog | KuboWeb