Skip to content

Latest commit

 

History

History
executable file
·
61 lines (38 loc) · 1.79 KB

NEWS.md

File metadata and controls

executable file
·
61 lines (38 loc) · 1.79 KB

landvR v0.5.2 (1-07-29)

NEW FEATURES

  • prop.part.names: a function for getting names of species within clades (with inc.nodes option).
  • rarefy.stat: a function for rarefying statistics.
  • slope.diff: a function for measuring slope differences.
  • New argument in procrustes.var.plot: col.range now allows to attribute a range for the color gradient, allowing the color gradients to be absolute (previously they were only relative to the input data - suggest by Pietro Viacava).

MINOR IMPROVEMENTS

  • coordinates.difference now has a rounding tolerance argument for rounding values (suggested by Ellen Coombs). Also, the function can not produce infinite angles anymore (NaN are replaced by 0).
  • variation.range can now take an "array" as the procrustes argument.
  • "mshape" objects are now automatically coerced as "matrix" in coordinates.difference.
  • Improved test coverage.
  • Added a lwd argument to procrustes.var.plot (suggested by Pietro Viacava)

landvR v0.2 (2019-02-05)

NEW FEATURES

  • linear.dist function to measure linear distances between pairs of landmarks.
  • array.to utility function for converting gpagen arrays to lists or matrices.

BUG FIXES

  • correct CI selection in variation.range when using ordination = TRUE.

landvR v0.1 (2018-07-23)

NEW FEATURES

  • First release!