Skip to content

Commit

Permalink
response time
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-domingue committed Dec 7, 2024
1 parent f818ec7 commit 303b8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprint_src/02_responsetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pdf("~/Dropbox/Apps/Overleaf/IRW/rt.pdf", width = 3, height = 3)

# Set color with transparency for the lines to be plotted
cc <- col2rgb("red")
cc <- rgb(cc[1], cc[2], cc[3], max = 255, alpha = 75) # Red color with alpha
cc <- rgb(cc[1], cc[2], cc[3], max = 255, alpha = 45) # Red color with alpha

# Set graphical parameters for the plot layout
par(mgp = c(2, 1, 0), mar = c(3, 3, .1, .1))
Expand Down

0 comments on commit 303b8b0

Please sign in to comment.