Open-Systems-Pharmacology / TLF-Library

TLF Library implementation in R
https://www.open-systems-pharmacology.org/TLF-Library/
Other
9 stars 6 forks source link

Supporting fold distance in linear scale #332

Open IndrajeetPatil opened 2 years ago

IndrajeetPatil commented 2 years ago

As mentioned here.

PavelBal commented 1 year ago

This is not implemented.

PavelBal commented 1 year ago
> plotConfig <- DefaultPlotConfiguration$new()
> plotConfig$xAxisScale <- "lin"
> plotObservedVsSimulated(myCombDat, defaultPlotConfiguration = plotConfig)
Following datasets were specified to be grouped but not found:
Stevens_2012_placebo.Sita_dist
Stevens_2012_placebo.Sita_proximal
Stevens_2012_placebo.Sita_total

Warning message:
In plotObservedVsSimulated(myCombDat, defaultPlotConfiguration = plotConfig) :
  Linear scale is inappropriate when `foldDistance` argument is specified.
Felixmil commented 1 year ago

@PavelBal Is this still required before moving on to {ospsuite.plots} ?

PavelBal commented 1 year ago

Can wait.