stackPoints {vit}R Documentation

Calculates y values for a vector of overlapping x values. Y values are designed to prevent overlapping by creating the appearance of stacked data. A helper function for numeric 1d Data. Also used for 2d data where one dimension is numeric, and one is categorical.

Description

Calculates y values for a vector of overlapping x values. Y values are designed to prevent overlapping by creating the appearance of stacked data. A helper function for numeric 1d Data. Also used for 2d data where one dimension is numeric, and one is categorical.

Usage

stackPoints(
  x,
  levels = rep(1, length(x)),
  vp,
  y.min = 0.3,
  y.max = unit(1, "npc")
)

[Package vit version 1.2.8 Index]