[Vegan-commits] r2023 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Dec 15 12:58:16 CET 2011
Author: jarioksa
Date: 2011-12-15 12:58:16 +0100 (Thu, 15 Dec 2011)
New Revision: 2023
Modified:
www/NEWS.html
Log:
update: automatically generated from NEWS.Rd
Modified: www/NEWS.html
===================================================================
--- www/NEWS.html 2011-12-15 11:57:25 UTC (rev 2022)
+++ www/NEWS.html 2011-12-15 11:58:16 UTC (rev 2023)
@@ -10,85 +10,70 @@
<h3>Changes in version 2.0-3</h3>
-<p>
-</p>
-<p>
+
<h4>NEW FUNCTIONS</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> Added function <code>rarecurve</code> to draw rarefaction curves
+<li><p> Added new nestedness functions <code>nestedbetasor</code> and
+<code>nestedbetajac</code> that implement multiple-site dissimilarity
+indices of Baselga (<EM>Global Ecology and Biogeography</EM> 19,
+134–143; 2010).
+</p>
+</li>
+<li><p> Added function <code>rarecurve</code> to draw rarefaction curves
for each row (sampling unit) of the input data, optionally with
lines showing rarefied species richness with given sample size
for each curve.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>BUG FIXES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>betadisper()</code> failed when the <code>groups</code> was a
+<li> <p><code>betadisper()</code> failed when the <code>groups</code> was a
factor with empty levels.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>NEW FEATURES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>metaMDS</code> argument <code>noshare = 0</code> is now
+<li> <p><code>metaMDS</code> argument <code>noshare = 0</code> is now
regarded as a numeric threshold that always triggers extended
dissimilarities (<code>stepacross</code>), instead of being treated
as synonymous with <code>noshare = FALSE</code> which always
suppresses extended dissimilarities.
</p>
-<p>
</ul>
-</p>
-</p>
<h3>Changes in version 2.0-2</h3>
-<p>
+
<h4>BUG FIXES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> Function <code>capscale</code> failed if constrained component
+<li><p> Function <code>capscale</code> failed if constrained component
had zero rank. This happened most likely in partial models when
the conditions aliased constraints. The problem was observed in
<code>anova(..., by ="margin")</code> which uses partial models to
@@ -97,9 +82,8 @@
<a href="https://stat.ethz.ch/pipermail/r-help/2011-October/293077.html">R-News
mailing list</a>.
</p>
-<p>
</li>
-<li><code>stressplot</code> and <code>goodness</code> sometimes failed when
+<li> <p><code>stressplot</code> and <code>goodness</code> sometimes failed when
<code>metaMDS</code> was based on <code>isoMDS</code> (<span class="pkg">MASS</span> package)
because <code>metaMDSdist</code> did not use the same defaults for
step-across (extended) dissimilarities as <code>metaMDS(...,
@@ -107,9 +91,8 @@
triggering of step-across in <code>capscale(..., metaMDSdist =
TRUE)</code>.
</p>
-<p>
</li>
-<li><code>adonis</code> contained a minor bug resulting from
+<li> <p><code>adonis</code> contained a minor bug resulting from
incomplete implementation of a speed-up that did not affect the
results. In fixing this bug, a further bug was identified in
transposing the hat matrices. This second bug was only active
@@ -117,73 +100,57 @@
speed-up in the internal f.test() function is fully
realised. Reported by Nicholas Lewin-Koh.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>NEW FEATURES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>ordiarrows</code> and <code>ordisegments</code> gained argument
+<li> <p><code>ordiarrows</code> and <code>ordisegments</code> gained argument
<code>order.by</code> that gives a variable to sort points within
<code>groups</code>. Earlier the points were assumed to be in order.
</p>
-<p>
</li>
-<li>Function <code>ordispider</code> invisibly returns the
+<li><p> Function <code>ordispider</code> invisibly returns the
coordinates to which the points were connected. Typically these
are class centroids of each point, but for constrained ordination
with no <code>groups</code> they are the LC scores.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
-</p>
<h3>Changes in version 2.0-1</h3>
-<p>
+
<h4>NEW FUNCTIONS</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>clamtest</code>: new function to classify species as
+<li> <p><code>clamtest</code>: new function to classify species as
generalists and specialists in two distinct habitats (CLAM test of
Chazdon et al., <EM>Ecology</EM> 92, 1332–1343; 2011). The test is
based on multinomial distribution of individuals in two habitat
types or sampling units, and it is applicable only to count data
with no over-dispersion.
</p>
-<p>
</li>
-<li><code>as.preston</code> gained <code>plot</code> and <code>lines</code>
+<li> <p><code>as.preston</code> gained <code>plot</code> and <code>lines</code>
methods, and <code>as.fisher</code> gained <code>plot</code> method (which
also can add items to existing plots). These are similar as
<code>plot</code> and <code>lines</code> for <code>prestonfit</code> and
<code>fisherfit</code>, but display only data without the fitted lines.
</p>
-<p>
</li>
-<li><code>raupcrick</code>: new function to implement Raup-Crick
+<li> <p><code>raupcrick</code>: new function to implement Raup-Crick
dissimilarity as a probability of number of co-occurring species
with occurrence probabilities proportional to species
frequencies. <span class="pkg">Vegan</span> has Raup-Crick index as a choice in
@@ -194,47 +161,37 @@
[<a href="http://www.esajournals.org/doi/abs/10.1890/ES10-00117.1">doi:10.1890/ES10-00117.1</a>],
and was developed with the consultation of Brian Inouye.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>BUG FIXES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> Function <code>meandist</code> could scramble items and give
+<li><p> Function <code>meandist</code> could scramble items and give
wrong results, especially when the <code>grouping</code> was
numerical. The problem was reported by Dr Miguel Alvarez
(Univ. Bonn).
</p>
-<p>
</li>
-<li><code>metaMDS</code> did not reset <code>tries</code> when a new model
+<li> <p><code>metaMDS</code> did not reset <code>tries</code> when a new model
was started with a <code>previous.best</code> solution from a different
model.
</p>
-<p>
</li>
-<li>Function <code>permatswap</code> for community null models using
+<li><p> Function <code>permatswap</code> for community null models using
quantitative swap never swapped items in a <i>2 by 2</i>
submatrix if all cells were filled.
</p>
-<p>
</li>
-<li>The result from <code>permutest.cca</code> could not be
+<li><p> The result from <code>permutest.cca</code> could not be
<code>update</code>d because of a ‘<span class="file">NAMESPACE</span>’ issue.
</p>
-<p>
</li>
-<li><font face="Courier New,Courier" color="#666666"><b>R</b></font> 2.14.0 changed so that it does not accept using
+<li> <p><font face="Courier New,Courier" color="#666666"><b>R</b></font> 2.14.0 changed so that it does not accept using
<code>sd()</code> function for matrices (which was the behaviour at
least since <font face="Courier New,Courier" color="#666666"><b>R</b></font> 1.0-0), and several <span class="pkg">vegan</span> functions were
changed to adapt to this change (<code>rda</code>, <code>capscale</code>,
@@ -243,54 +200,40 @@
results but you probably wish to upgrade <span class="pkg">vegan</span> to avoid
annoying warnings.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>ANALYSES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>nesteddisc</code> is slacker and hence faster when trying
+<li> <p><code>nesteddisc</code> is slacker and hence faster when trying
to optimize the statistic for tied column frequencies. Tracing
showed that in most cases an improved ordering was found rather
early in tries, and the results are equally good in most cases.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
-</p>
<h3>Changes in version 2.0-0</h3>
-<p>
+
<h4>GENERAL</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> Peter Minchin joins the <span class="pkg">vegan</span> team.
+<li><p> Peter Minchin joins the <span class="pkg">vegan</span> team.
</p>
-<p>
</li>
-<li><span class="pkg">vegan</span> implements standard <font face="Courier New,Courier" color="#666666"><b>R</b></font> ‘<span class="file">NAMESPACE</span>’. In
+<li> <p><span class="pkg">vegan</span> implements standard <font face="Courier New,Courier" color="#666666"><b>R</b></font> ‘<span class="file">NAMESPACE</span>’. In
general, <code>S3</code> methods are not exported which means that you
cannot directly use or see contents of functions like
<code>cca.default</code>, <code>plot.cca</code> or <code>anova.ccabyterm</code>. To
@@ -301,31 +244,24 @@
<code>vegan:::cca.default</code>. This change may break packages,
documents or scripts that rely on non-exported names.
</p>
-<p>
</li>
-<li><span class="pkg">vegan</span> depends on the <span class="pkg">permute</span> package. This
+<li> <p><span class="pkg">vegan</span> depends on the <span class="pkg">permute</span> package. This
package provides powerful tools for restricted permutation
schemes. All <span class="pkg">vegan</span> permutation will gradually move to use
<span class="pkg">permute</span>, but currently only <code>betadisper</code> uses the new
feature.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>NEW FUNCTIONS</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>monoMDS</code>: a new function for non-metric
+<li> <p><code>monoMDS</code>: a new function for non-metric
multidimensional scaling (NMDS). This function replaces
<code>MASS::isoMDS</code> as the default method in
<code>metaMDS</code>. Major advantages of <code>monoMDS</code> are that it
@@ -339,25 +275,22 @@
previous alternatives. The function uses <code>Fortran</code> code
written by Peter Minchin.
</p>
-<p>
</li>
-<li><code>MDSrotate</code> a new function to replace
+<li> <p><code>MDSrotate</code> a new function to replace
<code>metaMDSrotate</code>. This function can rotate both <code>metaMDS</code>
and <code>monoMDS</code> results so that the first axis is parallel to
an environmental vector.
</p>
-<p>
</li>
-<li><code>eventstar</code> finds the minimum of the evenness profile
+<li> <p><code>eventstar</code> finds the minimum of the evenness profile
on the Tsallis entropy, and uses this to find the corresponding
values of diversity, evenness and numbers equivalent following
Mendes et al. (<EM>Ecography</EM> 31, 450-456; 2008). The code was
contributed by Eduardo Ribeira Cunha and Heloisa Beatriz Antoniazi
Evangelista and adapted to <span class="pkg">vegan</span> by Peter Solymos.
</p>
-<p>
</li>
-<li><code>fitspecaccum</code> fits non-linear regression models to
+<li> <p><code>fitspecaccum</code> fits non-linear regression models to
the species accumulation results from <code>specaccum</code>. The
function can use new self-starting species accumulation models
in <span class="pkg">vegan</span> or other self-starting non-linear regression
@@ -366,45 +299,36 @@
Michaelis-Menten, logistic and Weibull (in base <font face="Courier New,Courier" color="#666666"><b>R</b></font>) models. The
function has <code>plot</code> and <code>predict</code> methods.
</p>
-<p>
</li>
-<li>Self-starting non-linear species accumulation models
+<li><p> Self-starting non-linear species accumulation models
<code>SSarrhenius</code>, <code>SSgleason</code>, <code>SSgitay</code> and
<code>SSlomolino</code>. These can be used with <code>fitspecaccum</code> or
directly in non-linear regression with <code>nls</code>. These functions
were implemented because they were found good for species-area
models by Dengler (<EM>J. Biogeogr.</EM> 36, 728-744; 2009).
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>NEW FEATURES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>adonis</code>, <code>anosim</code>, <code>meandist</code> and
+<li> <p><code>adonis</code>, <code>anosim</code>, <code>meandist</code> and
<code>mrpp</code> warn on negative dissimilarities, and
<code>betadisper</code> refuses to analyse them. All these functions
expect dissimilarities, and giving something else (like
correlations) probably is a user error.
</p>
-<p>
</li>
-<li><code>betadisper</code> uses restricted permutation of the
+<li> <p><code>betadisper</code> uses restricted permutation of the
<span class="pkg">permute</span> package.
</p>
-<p>
</li>
-<li><code>metaMDS</code> uses <code>monoMDS</code> as its default ordination
+<li> <p><code>metaMDS</code> uses <code>monoMDS</code> as its default ordination
engine. Function gains new argument <code>engine</code> that can be used
to alternatively select <code>MASS::isoMDS</code>. The default is not
to use <code>stepacross</code> with <code>monoMDS</code> because its
@@ -413,73 +337,53 @@
with <code>isoMDS</code> because it cannot handle adequately these tied
maximum dissimilarities.
</p>
-<p>
</li>
-<li><code>specaccum</code> gained <code>predict</code> method which uses
+<li> <p><code>specaccum</code> gained <code>predict</code> method which uses
either linear or spline interpolation for data between observed
points. Extrapolation is possible with spline interpolation, but
may make little sense.
</p>
-<p>
</li>
-<li><code>specpool</code> can handle missing values or empty factor
+<li> <p><code>specpool</code> can handle missing values or empty factor
levels in the grouping factor <code>pool</code>. Now also checks that
the length of the <code>pool</code> matches the number of
observations.
</p>
-<p>
</ul>
-</p>
-</p>
-<p>
<h4>DEPRECATED AND DEFUNCT</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>metaMDSrotate</code> was replaced with <code>MDSrotate</code>
+<li> <p><code>metaMDSrotate</code> was replaced with <code>MDSrotate</code>
that can also handle the results of <code>monoMDS</code>.
</p>
-<p>
</li>
-<li><code>permuted.index2</code> and other “new” permutation
+<li> <p><code>permuted.index2</code> and other “new” permutation
code was removed in favour of the <span class="pkg">permute</span> package. This code
was not intended for normal use, but packages depending on that
code in <span class="pkg">vegan</span> should instead depend on <span class="pkg">permute</span>.
</p>
-<p>
</ul>
-</p>
-<p>
-</p>
-</p>
-<p>
<h4>ANALYSES</h4>
-<p>
-</p>
-<p>
+
<ul>
-<li> <code>treeheight</code> uses much snappier code. The results
+<li> <p><code>treeheight</code> uses much snappier code. The results
should be unchanged.
</p>
-<p>
</ul>
-</p>
-</p>
</body></html>
More information about the Vegan-commits
mailing list