Skip to content
Snippets Groups Projects
Commit 68bdbe30 authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Add link to multi-tox paper, closes #46

parent 8f409e9c
No related branches found
No related tags found
No related merge requests found
Pipeline #8538 passed with stage
in 16 minutes and 24 seconds
Package: stressaddition Package: stressaddition
Type: Package Type: Package
Title: Modelling Tri-Phasic Concentration-Response Relationships Title: Modelling Tri-Phasic Concentration-Response Relationships
Version: 3.0.2 Version: 3.0.3
Date: 2020-09-09 Date: 2020-09-21
Authors@R: c(person("Sebastian", Authors@R: c(person("Sebastian",
"Henz", "Henz",
role = c("aut", "cre"), role = c("aut", "cre"),
...@@ -22,7 +22,8 @@ Description: The stress addition approach is an alternative to the traditional ...@@ -22,7 +22,8 @@ Description: The stress addition approach is an alternative to the traditional
concentration addition or effect addition models. It allows the modelling concentration addition or effect addition models. It allows the modelling
of tri-phasic concentration-response relationships either as single toxicant of tri-phasic concentration-response relationships either as single toxicant
experiments, in combination with an environmental stressor or as mixtures of experiments, in combination with an environmental stressor or as mixtures of
two toxicants. See Liess et al. (2019) <doi:10.1038/s41598-019-51645-4>. two toxicants. See Liess et al. (2019) <doi:10.1038/s41598-019-51645-4>
and Liess et al. (2020) <doi:10.1186/s12302-020-00394-7>.
License: GPL-3 License: GPL-3
Copyright: file inst/COPYRIGHTS Copyright: file inst/COPYRIGHTS
URL: https://git.ufz.de/oekotox/stressaddition URL: https://git.ufz.de/oekotox/stressaddition
......
# stressaddition 3.0.3
* Added references to the journal article about the Multi-Tox model which was recently published.
# stressaddition 3.0.2 # stressaddition 3.0.2
* Fixed a bug where the plotting functions printed `NULL` to the console. * Fixed a bug where the plotting functions printed `NULL` to the console.
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#' of Pesticide Mixtures on Daphnia magna. Environ. Sci. Technol. 53, #' of Pesticide Mixtures on Daphnia magna. Environ. Sci. Technol. 53,
#' 12586–12593.} #' 12586–12593.}
#' #'
#' Liess, M., Henz, S., Shahid, N., 2020. Modelling the synergistic effects #' \href{https://doi.org/10.1186/s12302-020-00394-7}{Liess, M., Henz, S. &
#' of toxicant mixtures. Manuscript submitted for publication. #' Shahid, N. Modeling the synergistic effects of
#' toxicant mixtures. Environ Sci Eur 32, 119 (2020).}
"multiple_stress" "multiple_stress"
...@@ -86,8 +86,9 @@ ...@@ -86,8 +86,9 @@
#' mt[1:3] # The concentrations and survival of the 4 mixtures. #' mt[1:3] # The concentrations and survival of the 4 mixtures.
#' #'
#' #'
#' @references Liess, M., Henz, S., Shahid, N., 2020. Modelling the synergistic #' @references \href{https://doi.org/10.1186/s12302-020-00394-7}{Liess, M.,
#' effects of toxicant mixtures. Manuscript submitted for publication. #' Henz, S. & Shahid, N. Modeling the synergistic effects of
#' toxicant mixtures. Environ Sci Eur 32, 119 (2020).}
#' #'
#' @export #' @export
multi_tox <- function(model_a, multi_tox <- function(model_a,
......
...@@ -39,8 +39,9 @@ ...@@ -39,8 +39,9 @@
#' Henz, S. & Knillmann, S. Predicting low-concentration effects of #' Henz, S. & Knillmann, S. Predicting low-concentration effects of
#' pesticides. Sci Rep 9, 15248 (2019).} #' pesticides. Sci Rep 9, 15248 (2019).}
#' #'
#' Liess, M., Henz, S., Shahid, N., 2020. Modelling the synergistic effects of #' \href{https://doi.org/10.1186/s12302-020-00394-7}{Liess, M., Henz, S. &
#' toxicant mixtures. Manuscript submitted for publication. #' Shahid, N. Modeling the synergistic effects of
#' toxicant mixtures. Environ Sci Eur 32, 119 (2020).}
#' #'
#' @import stats #' @import stats
#' @import graphics #' @import graphics
......
...@@ -4,7 +4,7 @@ This R package makes it possible to model tri-phasic concentration-response rela ...@@ -4,7 +4,7 @@ This R package makes it possible to model tri-phasic concentration-response rela
`ecxsys()` implements **EC<sub>x-SyS</sub>**, the tri-phasic concentration-response model introduced in `ecxsys()` implements **EC<sub>x-SyS</sub>**, the tri-phasic concentration-response model introduced in
[Liess, M., Henz, S. & Knillmann, S. Predicting low-concentration effects of pesticides. Sci Rep 9, 15248 (2019)](https://doi.org/10.1038/s41598-019-51645-4). It is applicable to modelling ecotoxicological experiments with and without environmental stress where the response contains a hormesis effect. [Liess, M., Henz, S. & Knillmann, S. Predicting low-concentration effects of pesticides. Sci Rep 9, 15248 (2019)](https://doi.org/10.1038/s41598-019-51645-4). It is applicable to modelling ecotoxicological experiments with and without environmental stress where the response contains a hormesis effect.
`multi_tox()` implements **Multi-TOX**, a model for binary mixtures of toxicants where each toxicant exhibits a tri-phasic concentration-response relationship. See *Liess, M., Henz, S., Shahid, N. (2020), Modelling the synergistic effects of toxicant mixtures. Manuscript submitted for publication*. `multi_tox()` implements **Multi-TOX**, a model for binary mixtures of toxicants where each toxicant exhibits a tri-phasic concentration-response relationship. See [Liess, M., Henz, S. & Shahid, N. Modeling the synergistic effects of toxicant mixtures. Environ Sci Eur 32, 119 (2020)](https://doi.org/10.1186/s12302-020-00394-7).
The EC<sub>x-SyS</sub> and Multi-TOX models are also available as part of the [Indicate app](http://www.systemecology.eu/indicate) which offers an easy to use graphical user interface. The EC<sub>x-SyS</sub> and Multi-TOX models are also available as part of the [Indicate app](http://www.systemecology.eu/indicate) which offers an easy to use graphical user interface.
......
...@@ -89,6 +89,7 @@ mt[1:3] # The concentrations and survival of the 4 mixtures. ...@@ -89,6 +89,7 @@ mt[1:3] # The concentrations and survival of the 4 mixtures.
} }
\references{ \references{
Liess, M., Henz, S., Shahid, N., 2020. Modelling the synergistic \href{https://doi.org/10.1186/s12302-020-00394-7}{Liess, M.,
effects of toxicant mixtures. Manuscript submitted for publication. Henz, S. & Shahid, N. Modeling the synergistic effects of
toxicant mixtures. Environ Sci Eur 32, 119 (2020).}
} }
...@@ -19,8 +19,9 @@ A data frame with 58 rows and 4 variables: ...@@ -19,8 +19,9 @@ A data frame with 58 rows and 4 variables:
of Pesticide Mixtures on Daphnia magna. Environ. Sci. Technol. 53, of Pesticide Mixtures on Daphnia magna. Environ. Sci. Technol. 53,
12586–12593.} 12586–12593.}
Liess, M., Henz, S., Shahid, N., 2020. Modelling the synergistic effects \href{https://doi.org/10.1186/s12302-020-00394-7}{Liess, M., Henz, S. &
of toxicant mixtures. Manuscript submitted for publication. Shahid, N. Modeling the synergistic effects of
toxicant mixtures. Environ Sci Eur 32, 119 (2020).}
} }
\usage{ \usage{
multiple_stress multiple_stress
......
...@@ -10,7 +10,8 @@ The stress addition approach is an alternative to the traditional ...@@ -10,7 +10,8 @@ The stress addition approach is an alternative to the traditional
concentration addition or effect addition models. It allows the modelling concentration addition or effect addition models. It allows the modelling
of tri-phasic concentration-response relationships either as single toxicant of tri-phasic concentration-response relationships either as single toxicant
experiments, in combination with an environmental stressor or as mixtures of experiments, in combination with an environmental stressor or as mixtures of
two toxicants. See Liess et al. (2019) <doi:10.1038/s41598-019-51645-4>. two toxicants. See Liess et al. (2019) <doi:10.1038/s41598-019-51645-4>
and Liess et al. (2020) <doi:10.1186/s12302-020-00394-7>.
} }
\details{ \details{
This R package contains the definitions of the This R package contains the definitions of the
...@@ -26,8 +27,9 @@ This R package contains the definitions of the ...@@ -26,8 +27,9 @@ This R package contains the definitions of the
Henz, S. & Knillmann, S. Predicting low-concentration effects of Henz, S. & Knillmann, S. Predicting low-concentration effects of
pesticides. Sci Rep 9, 15248 (2019).} pesticides. Sci Rep 9, 15248 (2019).}
Liess, M., Henz, S., Shahid, N., 2020. Modelling the synergistic effects of \href{https://doi.org/10.1186/s12302-020-00394-7}{Liess, M., Henz, S. &
toxicant mixtures. Manuscript submitted for publication. Shahid, N. Modeling the synergistic effects of
toxicant mixtures. Environ Sci Eur 32, 119 (2020).}
} }
\seealso{ \seealso{
Useful links: Useful links:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment