example XLs files added to www, test files 'circles.xlsx' and 'all_l.xlsx'added.

This commit is contained in:
2026-05-17 16:24:22 +02:00
parent 9ff1a360d4
commit 420c78d4c4
7 changed files with 75 additions and 3 deletions
+2 -2
View File
@@ -204,8 +204,8 @@ divFUN(x,Div,N,res,noDil)
# [1] 0.3333333333 0.1111111111 0.0370370370 0.0123456790 0.0041152263 0.0013717421 0.0004572474
circle <- read.csv("~/plateflow/circle.csv")
all_l2 <- read.csv("~/plateflow/all_l2.csv")
circle <- read.csv("./tests/circle.csv")
all_l2 <- read.csv("./tests/all_l2.csv")
sigmoid <- c(10.0, 10.0, 110.0, 110.0, 1.0, 1.0, -3.5, 0.0)
indS <- 3
indT <- 3