releasing v. 0.99 (1.0-alpha)
Pre-release
Pre-release
Windows version
OSX version
Linux version (source code)
Caution: the latest version of rgl (>= 0.93.963) is required
Changes in Morpho version 0.99 (2013-09-20)
- added function 'checkLM'. Useful to visualize if projection by
'placePatch' was successful by browsing through sample. - added functions 'placePatch', 'createAtlas' and 'plotAtlas'
for defining templates and functions to project (semi-) landmarks from
an atlas onto all specimen in a given sample. - fixed missing '-1' subtraction in 'covW'
- added function 'mergeMeshes' to concatenate multiple triangular meshes.
- made function 'procAOVsym' (procrustes Anova for object
symmetry) public. - made functions 'cSize', 'mcNNindex', 'meshcube', 'meshres', 'ProcGPA' public.
- added option 'info' in 'read.mpp'
- merged 'CreateL' and 'CreateL2D'
- rewrote large parts of 'CVA', 'groupPCA' and 'permudist' to
make the code more efficient. - 'covPCA' now allows permutation tests to check if pairwise
distances between covariance matrices are significant and reports rownames for two-group case. - removed unnecessary complicated check for empty groups by simply using function 'factor' in 'covW' and 'typprobClass'
- white space formatting in code
- added option "mshape" to function 'orp' to specify a custom pole for projection
- made function 'fx', 'PCAcrova' and 'calcTang_U'
interntal-only by prefixing function name with '.' - removed unnecessary sinus calculation in 'angle.calc
- changed foreach, parallel and rgl (needs rgl version >=
0.93.963) from 'Depends' to 'Imports' (affecting DESCRIPTION and NAMESPACE) - massive NAMESPACE editing by switching to manual export instead of regular expression export