https://github.com/cran/aqp
Raw File
Tip revision: 0519d1acc6d09002992267630ef5d557a6384b51 authored by Dylan Beaudette on 27 March 2012, 15:58:26 UTC
version 1.0
Tip revision: 0519d1a
NAMESPACE
import(lattice)
import(cluster)
importFrom("graphics", "plot")
importFrom('plyr', ddply, llply, ldply, dlply)
importFrom('reshape', melt, cast)
importFrom('stringr', str_c, str_split, str_trim)
importFrom('sp', 'coordinates', 'coordinates<-', 'proj4string', 'proj4string<-')
importFrom('Hmisc', wtd.mean, wtd.var, wtd.quantile, wtd.rank, wtd.table)

exportClasses(SoilProfileCollection)
exportMethods('depths<-', 'depth_units<-', 'metadata<-', 'site<-')

exportPattern("^[^\\.]")
back to top