Uses ggpairs
function from the GGally
package to
produce scatterplots between all named parameters.
plot_pairs(x, show = NULL, hide = NULL)
an object of class drjacoby_output
optional vector of parameter names to plot. Parameters matching show will be included.
optional vector of parameter names to filter out. Parameters matching hide will be hidden.