Skip to content

Commit

Permalink
Fixes #1281 identity line in goodness of fit plots
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle committed Sep 17, 2024
1 parent dc46190 commit c4a6b29
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 c4a6b29

Please sign in to comment.