home: Rotate the interactive 3D device to a default viewpoint or...

Description Usage Arguments Author(s) See Also Examples

Description

Rotate the interactive 3D device to a default viewpoint or to a position defined by theta and phi in Euler angles. Three default viewpoints are implemented rendering a view so that two axes span a plane and the third axis is poiting out of the screen.

Usage

1
home(view=1, theta, phi)

Arguments

view

Numeric. Specifying one of three default views. 1 = XY, 2=XZ and 3=YZ-plane.

theta

Numeric. Euler angle. Overrides view setting.

phi

Numeric. Euler angle. Overrides view setting.

return NULL.

Author(s)

Mark Heckmann

See Also

Interactive 3D biplots: biplot3d, biplotSlater3d, biplotEsa3d.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

biplot3d(boeker)
home(2)
home(3)
home(1)
home(theta=45, phi=45)


## End(Not run)

OpenRepGrid documentation built on May 2, 2019, 4:54 p.m.