Skip to content
Snippets Groups Projects
Commit def422ae authored by philippe.verley_ird.fr's avatar philippe.verley_ird.fr
Browse files

Kept Raphael as maintener for continuity with previous version

parent 8b511f92
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Authors@R: c(person("Raphael", "Pelissier", role="aut", email="raphael.pelissier ...@@ -7,7 +7,7 @@ Authors@R: c(person("Raphael", "Pelissier", role="aut", email="raphael.pelissier
person("Francois", "Goreau", role="aut"), person("Francois", "Goreau", role="aut"),
person("Philippe", "Verley", role=c("ctb", "cre"), email="philippe.verley@ird.fr")) person("Philippe", "Verley", role=c("ctb", "cre"), email="philippe.verley@ird.fr"))
Author: Raphael Pelissier [aut], Francois Goreau [aut], Philippe Verley [ctb, cre] 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 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, 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 multivariate and marked mapped data in rectangular, circular or irregular shaped sampling windows, with tests of
......
...@@ -52,7 +52,7 @@ is \eqn{(n-2)+2t}, with \eqn{n<200} in this version of the program. ...@@ -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))} plot(swin(c(-10,-10,120,100), tri2))}
\dontrun{the same with narrower outer polygon} \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) tri3<-do.call(rbind,tri3)
xr<-range(tri3$ax,tri3$bx,tri3$cx) xr<-range(tri3$ax,tri3$bx,tri3$cx)
yr<-range(tri3$ay,tri3$by,tri3$cy) yr<-range(tri3$ay,tri3$by,tri3$cy)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment