We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e66cd commit d3659b9Copy full SHA for d3659b9
NEWS.md
@@ -32,6 +32,12 @@
32
$R^2$ of displayed variables. Both `p.max` and `r2.min` must be
33
satisfied for displayed items.
34
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
+
41
* `varpart` labels the sources of variation by the full definition of
42
the term in plots, but switches to `X1` _etc_ if the full name does
43
not fit the graph. Tilde is stripped from the term name.
0 commit comments