Uses ggpairs function from the GGally package to produce scatterplots between all named parameters.

plot_pairs(x, show = NULL, hide = NULL)

Arguments

x

an object of class drjacoby_output

show

optional vector of parameter names to plot. Parameters matching show will be included.

hide

optional vector of parameter names to filter out. Parameters matching hide will be hidden.