-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.44 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
export(continuousAssessment)
export(continuousAssessmentSummary)
export(conventionalAssessment)
export(conventionalAssessmentSummary)
export(convertAcre2sqMeter)
export(enforceRankCorrelation)
export(getMaxOutline)
export(impactsPads)
export(impactsRoads)
export(importRaster)
export(importShape)
export(makeRoads)
export(makeRoadsD)
export(placePads)
export(placeRoads)
export(plotLogNormalDistribution)
export(plotTriDistribution)
export(prepareChangeRaster)
export(prepareChangeShape)
export(prepareRusle)
export(prepareSimDistributions)
export(prepareSimSpatial)
export(rusle)
export(scaleShape)
export(scaleShape2Shape)
export(scaleShapeTransformation)
export(scaleSquareShape)
export(simAggregate)
export(simIteration)
export(surfaceBase)
export(surfaceConvert)
export(surfaceResample)
exportClasses(SpatialPolygonsDataFrame)
import(RANN)
import(raster)
importFrom(EnvStats,dlnormTrunc)
importFrom(EnvStats,rlnormTrunc)
importFrom(graphics,legend)
importFrom(raster,as.matrix)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,raster)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,resample)
importFrom(raster,values)
importFrom(rgdal,readOGR)
importFrom(rgeos,gSimplify)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(stats,cor)
importFrom(stats,qnorm)
importFrom(stats,runif)
importFrom(triangle,dtriangle)
importFrom(triangle,rtriangle)