coefpath
has an argument for ID and assigns a random ID to the dygraph
object if one is not supplied.xgboost
models are not returned by default.coefpath
to plot the coefficient path resulting from a glmnet
object.coefplot
now displays the coeffcients from a linear xgboost
model.coefplot
on a data.frame
that is properly setup like on resulting from coefplot(..., plot=FALSE)
.mulitplot
there is now an option to reverse the order of the legend so it matches the ordering in the plot.#Version 1.1.9
multiplot
. Previously, if multiple models with the same formula but different data.frames were inputed then they would all have the same name (even if specified with the names
argument) and only one model would be plotted. This now works as expected, plotting all the models regardless of identical formulas.reshape2::melt
so that variable.name
and value.name
behave properly with new ggplot2multiplot
can plot in a single pane or in facets