Skip to content

Commit

Permalink
rt
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-domingue committed Dec 7, 2024
1 parent 303b8b0 commit 8487569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preprint_src/02_responsetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ proc <- function(table) {

# Apply the 'proc' function to each table containing 'rt' and store the results in 'dens'
dens <- lapply(rt_data, proc)
##save(dens,file="/tmp/dens.Rdata")

# Create a PDF file to save the Q-Q plots
pdf("~/Dropbox/Apps/Overleaf/IRW/rt.pdf", width = 3, height = 3)
pdf("~/Dropbox/Apps/Overleaf/IRW/rt.pdf", width = 3, height = 2.2)

# Set color with transparency for the lines to be plotted
cc <- col2rgb("red")
Expand Down

0 comments on commit 8487569

Please sign in to comment.