rgl

関数名 説明

par3d 様々なパラメータの指定

aspect3d アスペクト比の指定

axes3d 座標軸に関する一括設定

axis3d 座標軸の個別設定

open3d 描画デバイスを開く

close3d 描画デバイスを閉じる

decorate3d 座標軸やタイトルなどの一括指定

text3d テキスト注釈の追加

mtext3d テキスト注釈の追加

title3d タイトルの追加

bg3d 背景色の指定

grid3d グリッド線の追加

view3d 視点の移動

## Warning in file(con, "r"): file("") only supports open = "w+" and open = "w
## +b": using the former

mtcarsの3次元プロット

unnamed_chunk_3snapshot
You must enable Javascript to view this page properly.

排気量、アクセル比、燃費の関係を可視化しました

ラインプロット

unnamed_chunk_4snapshot
You must enable Javascript to view this page properly.

球+垂直線プロット

unnamed_chunk_5snapshot
You must enable Javascript to view this page properly.

persp3d()により曲面を可視化できます

unnamed_chunk_6snapshot
You must enable Javascript to view this page properly.

ellipse3d()を使うと回帰係数の同時信頼区間を表示できます。

unnamed_chunk_7snapshot
You must enable Javascript to view this page properly.

planes3d()を使うとlm()による線形回帰で得られる回帰平面を追加できます

unnamed_chunk_8snapshot
You must enable Javascript to view this page properly.

rgl.demo.bivar

## Loading required package: MASS

unnamed_chunk_9snapshot
You must enable Javascript to view this page properly.

binplot.3d

unnamed_chunk_10snapshot
You must enable Javascript to view this page properly.

rgl.demo.subdivision

## wgl 
##   9

unnamed_chunk_11snapshot
You must enable Javascript to view this page properly.