質問

どのようにしてRに3Dで(式与えられた)超平面を描くのでしょうか? (即ち3D同等に "abline")

事前のおかげで、

役に立ちましたか?

解決

おそらく scatterplot3d のパッケージが欲しいですまたは HH (機能regr2.plot)。例えば、参照してください、このscatterplot3dためします。

他のヒント

ラティスは3Dグラフをサポートしています。 Rと多変量データの可視化格子からの素敵な例のいくつかを参照してください。 A> <のhref = "上http://learnr.wordpress.com/2009/07/20/ggplot2-version-of-figures-in-lattice-multivariate-data-visualization-with-r-part-6/ "REL =" nofollowをnoreferrer "> LearnRブログに。例えば、wireframe()付きます:

pl <- wireframe(fit.linear + fit.loess.1 + fit.loess.2 +
+     fit.locfit ~ wind * temperature | radiation, grid,
+     outer = TRUE, shade = TRUE, zlab = "")

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top