Skip to content

Commit

Permalink
Fixes #1281 identity line in goodness of fit plots (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Sep 20, 2024
1 parent dc46190 commit 68a117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utilities-goodness-of-fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ getResidualsPlotResultsInGroup <- function(data, metaData, outputId, structureSe
dataMapping = obsVsPredDataMapping,
plotConfiguration = obsVsPredPlotConfigurationLog,
# Add identity line to log-log plot
foldDistance = 0
foldDistance = 1
)
goodnessOfFitCaptions[[resultId$obsVsPredLog]] <- getGoodnessOfFitCaptions(structureSet, "obsVsPred", "logarithmic", settings)
}
Expand Down

0 comments on commit 68a117a

Please sign in to comment.