# analogue News

## Version 1.17-3

 * Fix keywords in `weightedCor()`.

## Version 1.17-2

 * `V12.122` The data were stored as proportions but treated as percentages in examples. To better match the `ImbrieKipp` training set, `V12.122` was converted to percentages. Reported by Richard Telford #22.

## Version 1.17-1

 * `prcurve` modified to use package **princurve** version >= 2.0.2.
 
 * `join()` had a serious bug that caused the columns to be labelled incorrectly when a `type = "left"`join was used, if the columns weren't in the same order in the data frames to be merged. Issue #16

 * `Stratiplot()` gained argument `labelValues`, which allows for custom labelling of variables in a plot. A vector of expressions can be supplied for fancy labelling such as that required for isotopes, equations, sub/superscripts, greek characters, etc.
 
 * The `Climate` data set had incorrectly-named columns and was missing some variables. The NAMPD is now updated to version 1.7-3 and the name and missing data issues have been fixed. Reported by Simon Goring in Issue #17.

## Version 1.17-0

* `Stratiplot()` now draws a plot on the current device and returns a `"trellis"` object *invisibly*. This fixes #13 and prevents a blank page being drawn in devices such as `pdf()`.

* `Stratiplot()` now handles a matrix as argument `x` via an S3 method for class `"matrix"`.

* `tran()` add a `"none"` transformation which just returns its input. This is useful if you are writing code and comparing transformations and need to temporarily turn them off.