Skip to content
Snippets Groups Projects

Some bugfixes and more flexible concentration lengths

Merged Sebastian Henz requested to merge develop into master
6 files
+ 27
20
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 3
2
@@ -31,8 +31,9 @@
#' \code{model$curves} data frame. There is also \code{"effect_tox_observed"}
#' and \code{"effect_tox_env_observed"} for the observed effects and
#' \code{"sys_tox_observed"} and \code{"sys_tox_env_observed"} for the
#' observed Sys. The default \code{NULL} only plots the most important curves.
#' Use \code{which = "all"} to display all curves.
#' observed Sys. The default \code{NA} only plots the most important curves.
#' Use \code{which = "all"} to display all curves. An empty vector or
#' \code{NULL} creates just the axes.
#'
#' @param show_legend Should the plot include a legend? Defaults to \code{FALSE}
#' because it may cover some parts of the plot depending on the plot size and
Loading