make_x_scale {adaptr} | R Documentation |
Make x-axis scale for history/status plots
Description
Used internally. Prepares the x-axis scale for history/status plots.
Requires the ggplot2
package installed.
Usage
make_x_scale(x_value)
Arguments
x_value |
single character string, determining whether the number of
adaptive analysis looks ( |
Value
An appropriate scale for the ggplot2
plot x-axis according to
the value specified in x_value
.
[Package adaptr version 1.4.0 Index]