- center
if TRUE, centers projected data to (0,0). This pins the
center of data cloud and make it easier to focus on the changing shape
rather than position.
- axes
position of the axes: center, bottomleft or off
- half_range
half range to use when calculating limits of projected.
If not set, defaults to maximum distance from origin to each row of data.
- col
color to use for points, can be a vector or hexcolors or a factor. Defaults to "black".
- pch_slice
marker for plotting points inside the slice.
Defaults to 20.
- pch_other
marker for plotting points outside the slice.
Defaults to 46.
- cex_slice
size of the points inside the slice. Defaults to 2.
- cex_other
size if the points outside the slice. Defaults to 1.
- v_rel
relative volume of the slice. If not set, suggested value
is calculated and printed to the screen.
- anchor
A vector specifying the reference point to anchor the slice.
If NULL (default) the slice will be anchored at the data center.
- anchor_nav
position of the anchor: center, topright or off
- edges
A two column integer matrix giving indices of ends of lines.
- edges.col
colour of edges to be plotted, Defaults to "black.
- palette
name of color palette for point colour, used by hcl.colors
, default "Zissou 1"
- axislablong
text labels only for the long axes in a projection, default FALSE
- ...
other arguments passed on to animate
and
display_slice
- data
matrix, or data frame containing numeric columns
- tour_path
tour path generator, defaults to 2d grand tour
- rescale
Default FALSE. If TRUE, rescale all variables to range [0,1].