https://github.com/cran/aqp
Raw File
Tip revision: cd2a7101f22790da81b01ec8bf4506f4b55f5d88 authored by Dylan Beaudette on 23 April 2015, 07:33:24 UTC
version 1.8-6
Tip revision: cd2a710
NAMESPACE
importFrom(methods,
  setClass,
  representation,
  prototype,
  new,
  isGeneric,
  setGeneric,
  setReplaceMethod,
  setMethod
)


importFrom(MASS,
  isoMDS
)

importFrom(digest,
  digest
)

importFrom(RColorBrewer,
  brewer.pal
)

importFrom(grid,
  gpar,
	grid.text,
  unit
)

importFrom(lattice,
  levelplot,
  trellis.par.get,
  panel.levelplot,
  panel.abline,
  panel.lines,
  panel.polygon,
  panel.segments,
  panel.grid
)

importFrom(cluster, 
  daisy,
  silhouette
)

importFrom(graphics, 
  plot
)

importFrom(plyr, 
  idata.frame,
  ddply,
  llply,
  ldply,
  dlply,
  join,
  summarise
)

importFrom(reshape, 
  melt,
  melt.data.frame,
  cast
)

importFrom(scales,
  rescale
)

importFrom(stringr, 
  fixed,
  str_c,
  str_split,
  str_trim
)

importFrom(sp,
  CRS,
  SpatialPoints,
  SpatialPointsDataFrame,
  coordinates, 
  "coordinates<-", 
  proj4string, 
  "proj4string<-"
)

importFrom(Hmisc, 
  hdquantile,
	wtd.mean, 
  wtd.var, 
  wtd.quantile, 
  wtd.rank, 
  wtd.table
)

importFrom(plotrix, 
  soil.texture,
	triax.points
)

exportClasses(SoilProfileCollection)

exportMethods(  
  "[",
  "$",
  "$<-",
  coordinates,
  "coordinates<-",
  "depths<-", 
  depth_units,
  "depth_units<-",
  diagnostic_hz,
  "diagnostic_hz<-",
  horizons,
  "horizons<-",
  horizonDepths,
  idname,
  length,
  max,
  metadata,
  "metadata<-", 
  min,
  names,
  nrow,
  plot,
  profileApply,
  profile_compare,
  profile_id,
  proj4string,
  "proj4string<-",
  site,
  "site<-",
  slab,
  slice
)

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