https://github.com/cran/aqp
Raw File
Tip revision: e26e69a1a72f99fdcb922e8e3b91d751e6f4a84b authored by Dylan Beaudette on 23 November 2011, 10:21:39 UTC
version 0.99-8.47
Tip revision: e26e69a
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