Skip to content

Commit c82742d

Browse files
committed
fix
1 parent fce6ecc commit c82742d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/toolsSvenja.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ PlotPaths <- function(profs=myprofiles, ..., whichPar, sort = FALSE, relative =
170170
}
171171

172172
data <- droplevels(subset(data, ...))
173-
removeBecauseNonsense <- c("value", "constraint", "stepsize", "chisquare", "data", "prior")
173+
removeBecauseNonsense <- c("value", "constraint", "stepsize", "chisquare", "data", "prior", "gamma", "whichPar")
174174
data <- data[!(partner %in% removeBecauseNonsense)]
175175
data$y <- as.numeric(data$y)
176176
data$x <- as.numeric(data$x)

0 commit comments

Comments
 (0)