https://github.com/cran/aqp
Revision 337b65dda6b78f22ee2dfaddfc8bf852bd0235fd authored by Dylan Beaudette on 19 December 2011, 11:17:12 UTC, committed by cran-robot on 19 December 2011, 11:17:12 UTC
1 parent e26e69a
Raw File
Tip revision: 337b65dda6b78f22ee2dfaddfc8bf852bd0235fd authored by Dylan Beaudette on 19 December 2011, 11:17:12 UTC
version 0.99-8.56
Tip revision: 337b65d
TODO
Urgent:
-------
** ADD to all modules using data.frame, melt, ... ?
  ## important: change the default behavior of data.frame and melt
  opt.original <- options(stringsAsFactors = FALSE)
  
1. finish new S4 classes/methods
2. update all documentation with new classes/methods
3. fix all related examples
4. update vignette
5. integrate color styling with 'scales' package in plot.SoilProfileCollection

Interesting:
------------
1. PCA by depth slice
2. user-defined slices for profile_compare()
3. sensitivity analysis on profile_compare()
4. equal-area splines

Website:
--------
1. more examples
2. more figures
back to top