biplot3d(x, dim = 1:3, labels.e = TRUE, labels.c = TRUE, lines.c = TRUE, lef = 1.3, center = 1, normalize = 0, g = 0, h = 1, col.active = NA, col.passive = NA, c.sphere.col = grey(0.4), c.cex = 0.6, c.text.col = grey(0.4), e.sphere.col = grey(0), e.cex = 0.6, e.text.col = grey(0), alpha.sphere = 0.05, col.sphere = "black", unity = FALSE, unity3d = FALSE, scale.e = 0.9, zoom = 1, ...)
repgrid
object.0 =
no lines, 1 =
lines from constructs to outer frame,
2 =
lines from the center to outer frame.1
(row centering).0 = none, 1= rows, 2 = columns
(default is 0
).NA
, i.e. no elements are set
supplementary.".05"
)."black"
).TRUE
).unity
or unity3d
is TRUE
).
This argument is for visual appeal only.1
).biplotSimple
;
2D biplots:
biplot2d
,
biplotEsa2d
,
biplotSlater2d
;
Pseudo 3D biplots:
biplotPseudo3d
,
biplotEsaPseudo3d
,
biplotSlaterPseudo3d
;
Interactive 3D biplots:
biplot3d
,
biplotEsa3d
,
biplotSlater3d
;
Function to set view in 3D:
home
.
## Not run:
#
# biplot3d(boeker)
# biplot3d(boeker, unity3d=T)
#
# biplot3d(boeker, e.sphere.col="red",
# c.text.col="blue")
# biplot3d(boeker, e.cex=1)
# biplot3d(boeker, col.sphere="red")
#
# biplot3d(boeker, g=1, h=1) # INGRID biplot
# biplot3d(boeker, g=1, h=1, # ESA biplot
# center=4)
# ## End(Not run)
Run the code above in your browser using DataLab