We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe2d6c commit f3abb30Copy full SHA for f3abb30
1 file changed
analysis/1-pressure.R
@@ -22,7 +22,7 @@ gpr <- read_excel("data/gpr_settings.xlsx") %>%
22
# Read, classify and label ----
23
if (debug) {
24
# 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))
+ pam_no_crop <- pam_read(paste0("data/0_PAM/", gpr$gdl_id))
26
27
p <- ggplot()
28
if (!is.na(gpr$calib_1_start)&!is.na(gpr$calib_1_end)){
0 commit comments