search for: lmantel

Displaying 1 result from an estimated 1 matches for "lmantel".

Did you mean: mantel
2008 Apr 24
0
Name of objects in a list
...r, s96r = s96r) library(analogue) ldis <- lapply(land, function(x) as.dist(distance(x, method = "mixed"))) mantel.list <- function(x, ...) { require(ade4) for (i in 2:length(x)) { x1 <- x[[i - 1]] x2 <- x[[i]] y[[i]] <- mantel.rtest(x1, x2) } return(y) } lmantel <- mantel.list(ldis) > str(ldis) List of 7 $ s1536:Class 'dist' atomic [1:15400] 0.357 0.260 0.341 0.342 0.267 ... .. ..- attr(*, "Labels")= chr [1:176] "CS301" "CS302" "CS303" "CS304" ... .. ..- attr(*, "Size")= int...