spind
v2.2.0
-
deprecated
customize_plot
andplot
arguments in favor of newplot
methods
forGEE
andWRM
.GEE
andWRM
now return theggplot
object in their respective classes.
Users can modify them from there rather than use the clunky interface to
modify them within the model function call.
-
rvi.plot
andth.indep
now return
ggplot
as list items along with the values that they returned before.
customize_plot
arguments have been deprecated in every function it appears in.
plot.ROC
inth.indep
is also deprecated. -
covar.plot
'scustomize_plot
argument is also deprecated, but theplot
argument is not, as this controls which statistic is plotted (variance or covariance)
rather than whether or not a plot is generated at all. This function no longer
prints theggplot
object by default, but returns it as part of a list. -
deprecated
color.maps
arguments toupscale
andadjusted.actuals
. -
Some documentation clarification and typo fixes.
-
Updated a couple error messages for consistency across functions.
-
Behind the scenes, moved all plotting functions that use
ggplot2
to tidy
evaluation equivalents. If you're interested, more on that here.