Skip to content

Commit

Permalink
Fix single page layout of SAR.CWOSL plots from analyse_pIRIRSequence().
Browse files Browse the repository at this point in the history
  • Loading branch information
mcol committed Feb 20, 2025
1 parent d2c0c32 commit 9faa10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/analyse_SAR.CWOSL.R
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ error.list <- list()
list(
sample = temp.sample,
output.plot = plot,
plot_singlePanels = plot_onePage,
plot_singlePanels = plot_onePage || length(plot_singlePanels) > 1,
cex.global = if(plot_onePage) .6 else 1
),
list(...)
Expand Down

0 comments on commit 9faa10b

Please sign in to comment.