Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b03d68

Browse files
committedDec 19, 2023
Upsidaisy..forgot mar argument
1 parent fa9fbe9 commit 5b03d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎R/plot.rd_multi.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ plot.rd_multi <- function(x, verbose = TRUE, ...) {
171171
graphics::lines(x = species_markcorr_all$r, y = species_markcorr_all$species_markcorr_func_recon_mean)
172172
graphics::abline(v = rmax, lty = "dotted", col = "grey")
173173

174-
graphics::par(mfrow = c(1, 1), c(5.1, 4.1, 4.1, 2.1))
174+
graphics::par(mfrow = c(1, 1), mar = c(5.1, 4.1, 4.1, 2.1))
175175

176176
invisible()
177177

0 commit comments

Comments
 (0)
Please sign in to comment.