Skip to content

Commit 62a449b

Browse files
author
Nina Forde
committed
suppressions
1 parent f56b6c8 commit 62a449b

File tree

8 files changed

+1
-508
lines changed

8 files changed

+1
-508
lines changed

src/code/tutorial_yokogawa.m

Lines changed: 0 additions & 332 deletions
This file was deleted.

src/codeR/figic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ colnames(dataCW) = c("Time", "Gain", "Loss") #Rename columns
7676
FreqCW = melt(dataCW, id = "Time", measured = c("Gain", "Loss")) #Transform data into long format
7777
FreqCW$CI = c(data[,5],data[,6]) #Attach 95% confidence intervals
7878
colnames(FreqCW) = c("Time", "Condition", "Amplitude","CI") #Rename columns
79-
ylimcw = range(-5.5,15) #Determine y limits
79+
ylimcw = range(-5.5,20) #Determine y limits
8080
ylabcw = expression(paste("Voltage (", mu, "V)", sep ="")) #Amplitude (μV) #Determine y label title
8181
xlabcw = "Time (ms)" #Determine x label title
8282

src/fieltripcode/5novtest.m

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)