Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp10 committed Jun 26, 2018
1 parent 47b5eda commit 7f76873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sbpiper_pe.r
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ sampled_2d_ple_analysis <- function(model, filename,
}
} else { # no thresholds
# no filtering, but we assume that filename contains all the fits
fileout <- file.path(plots_dir, paste(model, "_all_fits_", parameter, ".pdf", sep=""))
fileout <- file.path(plots_dir, paste(model, "_all_fits_", parameter1, "_", parameter2, ".pdf", sep=""))
title <- expression("all fits")
}
} else {
Expand Down

0 comments on commit 7f76873

Please sign in to comment.