https://github.com/cran/aqp
Raw File
Tip revision: cb0a61ae99594a2f3b3bc05eba3345fe4b6f1e7f authored by Dylan Beaudette on 25 February 2013, 00:00:00 UTC
version 1.5
Tip revision: cb0a61a
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. slab() breaks when use.wts=TRUE --> generalize and re-factor related code
2. integrate color styling with 'scales' package in plot.SoilProfileCollection
3. more aggressive checking of ordering / IDs
4. Should we move to reshape2? It is faster. (PR)
5. S4-cleanup of slice / slab / profile_compare
6. raster::extract method
7. sp::over method
8. rgdal::spTransform method


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

back to top