Skip to content

Commit

Permalink
Merge branch 'url-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Nov 12, 2020
2 parents 2d804a2 + 2df6779 commit 3a217f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions man/avgdist.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ avgdist(x, sample, distfun = vegdist, meanfun = mean,
subsampled datasets by presenting the average of multiple random
iterations. This function runs using the \code{\link{vegdist}}. This
functionality has been utilized in the Mothur standalone microbial
ecology toolkit
\href{https://www.mothur.org/wiki/Dist.shared#subsample}{here}.
ecology toolkit \href{https://mothur.org/wiki/Dist.shared}{here}.

}

Expand Down
2 changes: 1 addition & 1 deletion man/specpool.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ estaccumR(x, permutations = 100, parallel = getOption("mc.cores"))
\pkg{vegan} 2.2-0. It was not used in the older literature (Chao
1987), but it is recommended recently (Chiu et al. 2014).

See \url{http://viceroy.eeb.uconn.edu/EstimateS} for a more complete
See \url{http://viceroy.eeb.uconn.edu/EstimateS/} for a more complete
(and positive) discussion and alternative software for some platforms.
}
\seealso{\code{\link{veiledspec}}, \code{\link{diversity}}, \code{\link{beals}},
Expand Down
10 changes: 5 additions & 5 deletions vignettes/FAQ-vegan.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ If there is a really high number of species or sites, the graphs often
are congested and many labels are overwritten. It may be impossible to
have complete readable graphics with some data sets. Below we give a
brief overview of tricks you can use. Gavin Simpson’s blog [From the
bottom of the heap](https://www.fromthebottomoftheheap.net) has a series
bottom of the heap](https://fromthebottomoftheheap.net) has a series
of articles on “decluttering ordination plots” with more detailed
discussion and examples.

Expand All @@ -625,24 +625,24 @@ discussion and examples.
background to the text. The labels still shadow each other, but the
uppermost labels are readable. Argument `priority` will help in
displaying the most interesting labels (see [Decluttering blog, part
1](https://www.fromthebottomoftheheap.net/2013/01/12/decluttering-ordination-plots-in-vegan-part-1-ordilabel/)).
1](https://fromthebottomoftheheap.net/2013/01/12/decluttering-ordination-plots-in-vegan-part-1-ordilabel/)).
- Use `orditorp` function that uses labels only if these can be added
to a graph without overwriting other labels, and points otherwise,
if you do not need to see all labels. You must first create an empty
plot using `plot(..., type="n")`, and then add labels or points with
`orditorp` (see [Decluttering
blog](https://www.fromthebottomoftheheap.net/2013/01/13/decluttering-ordination-plots-in-vegan-part-2-orditorp/)).
blog](https://fromthebottomoftheheap.net/2013/01/13/decluttering-ordination-plots-in-vegan-part-2-orditorp/)).
- Use `ordipointlabel` which uses points and text labels to the
points, and tries to optimize the location of the text to minimize
the overlap (see [Decluttering
blog](https://www.fromthebottomoftheheap.net/2013/06/27/decluttering-ordination-plots-in-vegan-part-3-ordipointlabel/)).
blog](https://fromthebottomoftheheap.net/2013/06/27/decluttering-ordination-plots-in-vegan-part-3-ordipointlabel/)).
- Ordination `text` and `points` functions have argument `select` that
can be used for full control of selecting items plotted as text or
points.
- Use interactive `orditkplot` function that lets you drag labels of
points to better positions if you need to see all labels. Only one
set of points can be used (see [Decluttering
blog](https://www.fromthebottomoftheheap.net/2013/12/31/decluttering-ordination-in-vegan-part-4-orditkplot/)).
blog](https://fromthebottomoftheheap.net/2013/12/31/decluttering-ordination-in-vegan-part-4-orditkplot/)).
- Most `plot` functions allow you to zoom to a part of the graph using
`xlim` and `ylim` arguments to reduce clutter in congested areas.

Expand Down

0 comments on commit 3a217f4

Please sign in to comment.