From def422ae6f75ff72b0c9bf9b1620861337178de5 Mon Sep 17 00:00:00 2001 From: Philippe Verley <philippe.verley@ird.fr> Date: Mon, 15 Mar 2021 16:48:17 +0000 Subject: [PATCH] Kept Raphael as maintener for continuity with previous version --- DESCRIPTION | 2 +- man/triangulate.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ad40d6a..f1e0d19 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Authors@R: c(person("Raphael", "Pelissier", role="aut", email="raphael.pelissier person("Francois", "Goreau", role="aut"), person("Philippe", "Verley", role=c("ctb", "cre"), email="philippe.verley@ird.fr")) Author: Raphael Pelissier [aut], Francois Goreau [aut], Philippe Verley [ctb, cre] -Maintainer: Philippe Verley <philippe.verley@ird.fr> +Maintainer: Raphael Pelissier <Raphael.Pelissier@ird.fr> Imports: ade4, spatstat.geom Description: Perform first- and second-order multi-scale analyses derived from Ripley K-function (Ripley B. D. (1977) <doi:10.1111/j.2517-6161.1977.tb01615.x>), for univariate, multivariate and marked mapped data in rectangular, circular or irregular shaped sampling windows, with tests of diff --git a/man/triangulate.Rd b/man/triangulate.Rd index 2de14ef..95c4675 100755 --- a/man/triangulate.Rd +++ b/man/triangulate.Rd @@ -52,7 +52,7 @@ is \eqn{(n-2)+2t}, with \eqn{n<200} in this version of the program. plot(swin(c(-10,-10,120,100), tri2))} \dontrun{the same with narrower outer polygon} - \donttest{tri3 <- lapply(BP$poly2[2:4],triangulate) + \donttest{tri3 <- lapply(BP$poly2,triangulate) tri3<-do.call(rbind,tri3) xr<-range(tri3$ax,tri3$bx,tri3$cx) yr<-range(tri3$ay,tri3$by,tri3$cy) -- GitLab