- center
should 1d projection be centered to have mean zero (default: TRUE).
This pins the centre of distribution to the same place, and makes it
easier to focus on the shape of the distribution.
- 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.
- abb_vars
logical, whether to abbreviate the variable name, if long
- col
the color used for points, can be a vector or hexcolors or a
factor, default to "red".
- cex
the size used for points, default to 0.5
- panel_height_ratio
input to the height argument in
[graphics::layout()] for the height of data and axis panel.
- label_x_pos
the x position of text label, currently labels are
positioned at a fixed x value for each observation
- label
the text label, a vector
- label_cex
the size for text labels
- label_col
the color for text labels
- add_ref_line
whether to add a horizontal reference line for each
observation, logical default to TRUE
- axis_bar_col
the color of the axis bar
- axis_bar_lwd
the width of the axis bar
- axis_label_cex_upper
the size of the axis label in the upper panel
- axis_label_cex_lower
the size of the axis label in the lower panel
- axis_bar_label_cex
the size of the axis label
- axis_bar_label_col
the color of the axis label
- axis_var_cex
the size of the variable name
to the right of the axis panel
- axis_var_col
the color of the variable name
to the right of the axis panel
- palette
name of color palette for point colour, used by
hcl.colors
, default "Zissou 1"
- ...
ignored
- data
matrix, or data frame containing numeric columns
- tour_path
tour path generator, defaults to 2d grand tour