NAMESPACE 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Generated by roxygen2: do not edit by hand
  2. export(MODISoptions)
  3. export(aggInterval)
  4. export(arcStats)
  5. export(delHdf)
  6. export(detectBitInfo)
  7. export(extractBits)
  8. export(extractDate)
  9. export(fileSize)
  10. export(genTile)
  11. export(getCollection)
  12. export(getHdf)
  13. export(getProduct)
  14. export(getSds)
  15. export(getTile)
  16. export(lpdaacLogin)
  17. export(makeWeights)
  18. export(maskWater)
  19. export(orgStruc)
  20. export(orgTime)
  21. export(preStack)
  22. export(reformatDOY)
  23. export(repDoy)
  24. export(runGdal)
  25. export(runMrt)
  26. export(search4map)
  27. export(smooth.spline.raster)
  28. export(temporalComposite)
  29. export(transDate)
  30. export(whittaker.raster)
  31. exportClasses(MODISextent)
  32. if (.Platform$OS.type=="windows") importFrom(utils,shortPathName)
  33. import(XML)
  34. import(bitops)
  35. import(mapdata)
  36. import(parallel)
  37. import(ptw)
  38. import(raster)
  39. import(rgdal)
  40. import(sp)
  41. importFrom(RCurl,getURL)
  42. importFrom(devtools,install_github)
  43. importFrom(grDevices,dev.new)
  44. importFrom(grDevices,dev.off)
  45. importFrom(grDevices,png)
  46. importFrom(graphics,abline)
  47. importFrom(graphics,box)
  48. importFrom(graphics,grid)
  49. importFrom(graphics,locator)
  50. importFrom(graphics,title)
  51. importFrom(mapedit,selectFeatures)
  52. importFrom(maps,map.axes)
  53. importFrom(maptools,checkPolygonsHoles)
  54. importFrom(maptools,map2SpatialLines)
  55. importFrom(maptools,map2SpatialPolygons)
  56. importFrom(methods,as)
  57. importFrom(methods,new)
  58. importFrom(methods,slot)
  59. importFrom(rgeos,gBuffer)
  60. importFrom(rgeos,gIsValid)
  61. importFrom(sf,st_as_sf)
  62. importFrom(stats,na.omit)
  63. importFrom(stats,smooth.spline)
  64. importFrom(utils,capture.output)
  65. importFrom(utils,download.file)
  66. importFrom(utils,installed.packages)
  67. importFrom(utils,read.table)
  68. importFrom(utils,vi)
  69. importFrom(utils,write.csv)
  70. importFrom(utils,write.table)