# NOT RUN {
data("Iso_data")
## Example 1
names <- Iso_data$Identifier
values <- Iso_data$d.D_H.Mean
cor_data <- carry.over(names, values, 8, c("LAB1","LAB3"), c(7.7, -147))
# -> Error: "Some itterations in your measurements are missing"
## Example 2
names <- Iso_data$Identifier[1:312]
values <- Iso_data$d.D_H.Mean[1:312]
cor_data <- carry.over(names, values, 8, c("LAB1","LAB3"), c(7.7, -147), graph = TRUE)
# -> Inquiry: "Following samples contained NAs which will introduce errors: 377"
# "Following samples follow samples with NAs which might introduce errors: 25"
# "Do you wish to continue? <Y/N>"
# Y
# }
Run the code above in your browser using DataLab