This will give triple-plots about how the search narrowed down into the final estimate. Can be useful to gauge where convergence went poorly.
plot_power_search(pwr, fit = NULL, target.line = NULL)
plot; a ggplot object (a ggpubr arrangement of 3 plots, technically) of the search path.
pumpresult object; result from a pump_sample or pump_mdes call.
a fitted curve to the search.
scalar; if non-NULL, add a reference line for the true power (if known, e.g., from a pump_power call).