Skip to content

0.25

Choose a tag to compare

@zarquon42b zarquon42b released this 29 Jul 09:46

Windows version
OSX version
Linux version (source code)

Changes in Morpho version 0.25 (2013-07-24)

  • updated COPYRIGHT file
  • simplified code in CVA and CVA.crova and finally mentioned Marta Rufino for providing all examples in docu for CVA (sorry Marta, I simply forgot)
  • fixed issue when n-groups > n variables in CVA and CVA.crova
  • replaced nn2 (RANN) with ann (yaImpute) because RANN got (temporarily) banned from CRAN because of violation of policy
  • added readLandmarks.csv and docu to read landmarks stored in spreadsheet text files (e.g. comma separated)
  • added check for empty groups in typprobClass and covW
  • fixed some docu and added examples in pcaplot3d and rotonmat
  • changed cube creation in deformGrid3d (much faster now).
  • added options weights and centerweight in rotonmat
  • added confirmation for plotting spheres in deformGrid when n > 1000 (can be slow)
  • pcaplot3d now works if data has only 1 PC
  • removed useless code remains
  • added docu for anonymize, r2morphoj, r2morphologika, NNshapeReg, kendalldist
  • added bindArr to concatenate matrices/arrays
  • switched from depends to import for colorRamps, MASS, RANN
  • changed default core value in closemeshKD from detectCores() to 1.
  • added option 'keep' in rmVertex
  • changed default method in meshDist.mesh3d from vcglib to morpho
  • renamed regdist.raw to regdist and removed original regdist (too prone to user error)