make_y_scale {adaptr} | R Documentation |
Make y-axis scale for history/status plots
Description
Used internally. Prepares the y-axis scale for history/status plots.
Requires the ggplot2
package installed.
Usage
make_y_scale(y_value)
Arguments
y_value |
single character string, determining which values are plotted
on the y-axis. The following options are available: allocation
probabilities ( |
Value
An appropriate scale for the ggplot2
plot y-axis according to
the value specified in y_value
.