Skip to content

Commit f3abb30

Browse files
authored
minor typo
1 parent 5fe2d6c commit f3abb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analysis/1-pressure.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gpr <- read_excel("data/gpr_settings.xlsx") %>%
2222
# Read, classify and label ----
2323
if (debug) {
2424
# Use this figure to determine crop and calib period. You can then use it again to check that they are correct.
25-
pam_no_crop <- pam <- pam_read(paste0("data/0_PAM/", gpr$gdl_id))
25+
pam_no_crop <- pam_read(paste0("data/0_PAM/", gpr$gdl_id))
2626

2727
p <- ggplot()
2828
if (!is.na(gpr$calib_1_start)&!is.na(gpr$calib_1_end)){

0 commit comments

Comments
 (0)