Skip to content

Commit

Permalink
Update reproducible_code.R
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoEgidi committed Jun 12, 2024
1 parent 536b5d7 commit 1abb713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper/rcode/reproducible_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ nMC <- 15000

## Figure 1

pdf(file="fishery_hist.pdf", width=10, height=6.5)
par( mar=c(5,4,2,1))
pdf(file="fishery_hist.pdf", width= 8, height=6.5)
par( mar=c(5,5,2,1))
hist(y, breaks=40, prob = TRUE, cex.lab=1.6,
main ="Fishery data", cex.main =1.7,
col="navajowhite1", border="navajowhite1")
Expand Down

0 comments on commit 1abb713

Please sign in to comment.