# NOT RUN {
A1 <- read_datasets(file.path(system.file(package="eaf"), "extdata", "ALG_1_dat"))
A2 <- read_datasets(file.path(system.file(package="eaf"), "extdata", "ALG_2_dat"))
d <- eafdiff(A1, A2)
# This is large
str(d)
head(d)
d <- eafdiff(A1, A2, rectangles = TRUE)
# This is large
str(d)
head(d)
# FIXME: finish this!
# Small example
X <- read_datasets(text='
1 2
2.5 1
3.5 2
2 3
4 1
')
Y <- read_datasets(text='
2.5 1
3.5 2
2 3
4 1
')
# }
Run the code above in your browser using DataLab