Some bugfixes and more flexible concentration lengths
Compare changes
Files
7+ 6
− 6
@@ -20,7 +20,7 @@
@@ -32,7 +32,7 @@ plot_effect <- function(model,
@@ -43,12 +43,12 @@ plot_effect <- function(model,
plot_effect()
and plot_stress()
where supplying an empty vector caused the four standard curves to show. Now setting which
to an empty vector or NULL
shows just the axes. The default value is NA.mixture_effect
column in the predict_mixture
output data frame to effect
.predict_mixture()
must be the same length. The longer length must be a multiple of the shorter length because the shorter vector gets recycled to the longer length.devtools::document()
devtools::check()
without errors or warnings