Skip to content

Commit fbc765a

Browse files
committed
Merge branch 'ggvegan-on-CRAN'
2 parents 4c2763b + 5cadaf4 commit fbc765a

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

man/permutest.betadisper.Rd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ pmod <- permutest(mod, permutations = 99, pairwise = TRUE)
9191
## Tukey's Honest Significant Differences
9292
(mod.HSD <- TukeyHSD(mod))
9393
plot(mod.HSD)
94-
95-
## lattice graphics with permustats
96-
pstat <- permustats(pmod)
97-
permulattice(pstat, "densityplot", scale = list(x=list(relation="free")))
98-
permulattice(pstat, "qqmath", scales = list(relation = "free"))
9994
}
10095
\keyword{methods}
10196
\keyword{multivariate}

tests/Examples/vegan-Ex.Rout.save

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6325,19 +6325,6 @@ ungrazed-grazed -0.1219422 -0.2396552 -0.004229243 0.0429502
63256325

63266326
> plot(mod.HSD)
63276327
>
6328-
> ## lattice graphics with permustats
6329-
> pstat <- permustats(pmod)
6330-
> permulattice(pstat, "densityplot", scale = list(x=list(relation="free")))
6331-
Warning in densityplot.permustats(x, observed = observed, xlab = axislab, :
6332-
'densityplot.permustats' is deprecated.
6333-
Use 'ggvegan::autoplot' instead.
6334-
See help("Deprecated")
6335-
> permulattice(pstat, "qqmath", scales = list(relation = "free"))
6336-
Warning in qqmath.permustats(x, observed = observed, ylab = axislab, ...) :
6337-
'qqmath.permustats' is deprecated.
6338-
Use 'ggvegan::autoplot' instead.
6339-
See help("Deprecated")
6340-
>
63416328
>
63426329
>
63436330
> cleanEx()
@@ -9204,7 +9191,7 @@ Procrustes sum of squares:
92049191
> cleanEx()
92059192
> options(digits = 7L)
92069193
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
9207-
Time elapsed: 8.337 0.387 8.749 0 0
9194+
Time elapsed: 8.3 0.36 8.676 0 0
92089195
> grDevices::dev.off()
92099196
null device
92109197
1

0 commit comments

Comments
 (0)