plot_inputwarp {lgpr} | R Documentation |
Visualize input warping function with several steepness parameter values
Description
Visualize input warping function with several steepness parameter values
Usage
plot_inputwarp(wrp, x, color = colorset("red", "dark"), alpha = 0.5)
Arguments
wrp |
a vector of values of the warping steepness parameter |
x |
a vector of input values |
color |
line color |
alpha |
line alpha |
Value
a ggplot
object
[Package lgpr version 1.2.4 Index]