0.3.2
-
pairs_plot()
andeta_pairs()
now will properly call user-supplied
functions for creating panels on the upper and lower triangle
(#2) -
The upper panels in
pairs_plot()
andeta_pairs()
are not customizable
usingpm_opts()
(#6) -
The reference lines at -3 and 3 on the y-axis of
npde
plots are no longer
drawn by default (#22) -
dv_pred()
anddv_ipred()
gain an argument (logbr
) that lets the user
pick the interval for tick marks whenloglog
plots are drawn; options are:
"full" (full log units - 10, 100 ,1000), "half" (half log units - 30, 100,
300) or "null" (let ggplot decide); the default is now to show full log unit
breaks rather than half log unit breaks (#21) -
pairs_plot()
gains an argument (lower_plot
) which lets the user
more easily customize the scatter plot that usually appears on the lower
triangle (#26) -
wrap_cont_cat()
is a new wrap function that lets the user make
faceted plots of continuous variables versus categorical variables;
(#14)