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

Update NEWS and DESCRIPTION

parent fcb299e8
No related branches found
No related tags found
1 merge request!28Improve ec() and axis concentration handling
......@@ -2,7 +2,7 @@ Package: stressaddition
Type: Package
Title: Modeling Tri-Phasic Concentration-Response Relationships
Version: 2.6.0
Date: 2020-03-18
Date: 2020-04-07
Authors@R: c(person("Sebastian",
"Henz",
role = c("aut", "cre"),
......
# stressaddition 2.6.0
* The `curves` data frame in the output of `ecxsys()` now contains a column with the concentrations which are used for the plot functions in this package. This is useful for generating a nicer concentration axis.
* Changes to `ec()`:
* Renamed `response_value` to `effect` in the output list.
* `response_level` of 0 and 100 are now allowed. 0 returns the concentration 0 and 100 returns the concentration `Inf`.
* It is now possible to set the reference to the maximum possible value, usually corresponding to the `effect_max` argument in `ecxsys()`
* `response_level` of 0 or 100 is now allowed. 0 returns the concentration 0 and 100 returns the concentration `Inf`. Previously this resulted in an error.
* It is now possible to set the reference to a custom value, for example 100.
# stressaddition 2.5.0
......
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