- x
repgrid
object.
- dim
Dimensions (i.e. principal components) to be used for biplot
(default is c(1,2)
).
- map.dim
Third dimension (depth) used to map aesthetic attributes to
(default is 3
).
- e.point.col
Color(s) of the element symbols. Two values can be entered that will
create a color ramp. The values of map.dim
are mapped onto the ramp.
The default is c("white", "black")
. If only one color color value
is supplied (e.g. "black"
) no mapping occurs and all elements
will have the same color irrespective of their value on the map.dim
dimension.
- e.point.cex
Size of the element symbols. Two values can be entered that will
represents the lower and upper size of a range of cex the values of map.dim
are mapped onto. The default is c(.6, 1.2)
. If only one cex value
is supplied (e.g. .7
) no mapping occurs and all elements
will have the same size irrespective of their value on the map.dim
dimension.
- e.label.col
Color(s) of the element labels. Two values can be entered that will
create a color ramp. The values of map.dim
are mapped onto the ramp.
The default is c("white", "black")
. If only one color color value
is supplied (e.g. "black"
) no mapping occurs and all element labels
will have the same color irrespective of their value on the map.dim
dimension.
- e.label.cex
Size of the element labels. Two values can be entered that will
represents the lower and upper size of a range of cex the values of map.dim
are mapped onto. The default is c(.6, .8)
. If only one cex value
is supplied (e.g. .7
) no mapping occurs and all element labels
will have the same size irrespective of their value on the map.dim
dimension.
- e.color.map
Value range to determine what range of the color ramp defined in
e.color
will be used for mapping the colors.
Default is c(.4, ,1)
. Usually not important for the user.
- c.point.col
Color(s) of the construct symbols. Two values can be entered that will
create a color ramp. The values of map.dim
are mapped onto the ramp.
The default is c("white", "darkred")
. If only one color color value
is supplied (e.g. "black"
) no mapping occurs and all elements
will have the same color irrespective of their value on the map.dim
dimension.
- c.point.cex
Size of the construct symbols. Two values can be entered that will
represents the lower and upper size of a range of cex the values of map.dim
are mapped onto. The default is c(.6, 1.2)
. If only one cex value
is supplied (e.g. .7
) no mapping occurs and all elements
will have the same size irrespective of their value on the map.dim
dimension.
- c.label.col
Color(s) of the construct labels. Two values can be entered that will
create a color ramp. The values of map.dim
are mapped onto the ramp.
The default is c("white", "black")
. If only one color color value
is supplied (e.g. "black"
) no mapping occurs and all construct labels
will have the same color irrespective of their value on the map.dim
dimension.
- c.label.cex
Size of the construct labels. Two values can be entered that will
represents the lower and upper size of a range of cex the values of map.dim
are mapped onto. The default is c(.6, .9)
. If only one cex value
is supplied (e.g. .7
) no mapping occurs and all construct labels
will have the same size irrespective of their value on the map.dim
dimension.
- c.color.map
Value range to determine what range of the color ramp defined in
c.color
will be used for mapping. Default is c(.4, ,1)
.
Usually not important for the user.
- ...
Additional parameters passed to biplot2d()
.