Some bugfixes and more flexible concentration lengths
Compare changes
Files
3- Sebastian Henz authored
+ 7
− 7
@@ -63,9 +63,9 @@
@@ -129,11 +129,11 @@ predict_mixture <- function(model_a,
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