tests/2-dixon.R

#' test Dixon

library(devtools)
load_all(".")

x <- get( data("lansing") )

y <- x[ x$marks %in% c("hickory", "maple"), drop=T ]

y$marks <- droplevels(y$marks)

d <- dixon(y)
antiphon/spatialsegregation documentation built on Nov. 21, 2020, 10:39 p.m.