scale_values_plot_space.RdScale values to plot space
scale_values_plot_space(
x,
min_ps,
max_ps = NULL,
min_val = 0,
max_val = NULL,
extent = 0.9
)A vector of values to scale
The minimum value in plot space to use
The maximum value in plot space to use. Default is NULL, which will use min_ps + 1.
The minimum value to plot. Default is 0. If NULL, will use min(x)
The maximum value to plot. Default is NULL, which will use max(x)
The fraction of the space between min_ps and max_ps to use. Default is 0.9.
a vector of scaled values.