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
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