-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
41 lines (40 loc) · 1 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
# Generated by roxygen2: do not edit by hand
S3method(genSample,JointNumericSpatial)
S3method(genSample,JointScalar)
S3method(genSample,MarginalCategoricalSpatial)
S3method(genSample,MarginalNumericSpatial)
S3method(genSample,MarginalScalar)
S3method(plot,SpatialCorrelogramModel)
S3method(print,template)
S3method(render,character)
S3method(render,template)
export(defineMUM)
export(defineUM)
export(executable)
export(genSample)
export(list_depth)
export(makeCRM)
export(mean_MC_sgdf)
export(propagate)
export(quantile_MC_sgdf)
export(render)
export(sd_MC_sgdf)
export(template)
export(var_MC_sgdf)
export(varcov)
import(stats)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(gstat,gstat)
importFrom(gstat,variogramLine)
importFrom(gstat,vgm)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(mvtnorm,rmvnorm)
importFrom(purrr,map)
importFrom(purrr,walk)
importFrom(raster,stack)
importFrom(stats,quantile)
importFrom(whisker,whisker.render)