Skip to content

Commit d3659b9

Browse files
committed
NEWS about faster ordiplot (and optimize=TRUE in ordination plots)
1 parent b2e66cd commit d3659b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
$R^2$ of displayed variables. Both `p.max` and `r2.min` must be
3333
satisfied for displayed items.
3434

35+
* `ordipointlabel` is faster. This was achieved using tighter bounding
36+
box which reduced the estimated number of potentially overlapping
37+
labels. The used bouding box is shown with argument `bg =<colour>`.
38+
The function is also invoked from `plot` and `text` functions for
39+
ordination results with argument `optimize = TRUE`.
40+
3541
* `varpart` labels the sources of variation by the full definition of
3642
the term in plots, but switches to `X1` _etc_ if the full name does
3743
not fit the graph. Tilde is stripped from the term name.

0 commit comments

Comments
 (0)