Skip to content

Releases: ms609/Ternary

v2.3.1

06 Feb 12:51
Compare
Choose a tag to compare

Improve support for region parameter.

v2.3.0

10 Jan 09:19
Compare
Choose a tag to compare
  • region parameter plots a sub-region of the ternary space.
  • Support ... in TernaryContour(Func = function(...)) (#81).

v2.2.1

29 Jun 15:35
Compare
Choose a tag to compare

v2.2.0

11 May 09:29
Compare
Choose a tag to compare
  • New function Annotate() annotates points on ternary plot.
  • New option filled to produce filled contour lines in TernaryContour() (#69).
  • Improve clarity of point size plotting example.
  • Native colour bar support in ColourTernary() (#66).
  • Require R 3.5 (due to dependency on "rlang").

v2.1.3

20 Feb 10:21
Compare
Choose a tag to compare

v2.1.2

07 Nov 09:45
Compare
Choose a tag to compare
  • Support independent labelling of axes.

v2.1.1

04 Oct 09:26
Compare
Choose a tag to compare
  • Fix regression that caused col parameter to be ignored.
  • Fix failure to plot grid when grid.lines is integer.
  • Mention srt graphical parameter in TernaryText() documentation.

v2.1.0

09 May 08:56
88bb122
Compare
Choose a tag to compare
  • Colour sub-region of ternary plot with ColourTernary():
    • Add Polygon-Geometry functions for polygon manipulation.
    • Support NA values in ColourTernary().
  • Tidy code formatting and catch typos.

v2.0.0

05 Jan 07:53
Compare
Choose a tag to compare
  • Create Holdridge plots using HoldridgePlot() and related functions
    (#48).
  • Add panel.first and panel.last parameters to TernaryPlot()
    (fixing #54).
  • Support graphical parameters (e.g. xpd) in TernaryPlot().
  • Add introductory vignette for new R users.
  • Help diagnose non-installation of app.

v1.2.4

03 Dec 18:35
Compare
Choose a tag to compare
  • Default to upward direction if TernaryPlot() not yet called.
  • Improved input checking in TernaryPointValues() and TernaryContour(),
    (#53), and avoid unnecessary calculations.