-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
72 lines (71 loc) · 1.78 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(barplot,tess3Q)
S3method(plot,tess3)
S3method(plot,tess3Main)
S3method(plot,tess3Q)
S3method(plot,tess3pvalue)
S3method(summary,tess3)
S3method(summary,tess3Main)
export(CalculateEmpiricalGenSemivariogram)
export(CalculateEmpiricalSemivariogram)
export(ComputeAveragedCrossEntropy)
export(ComputeExponetialWeight)
export(ComputeFst)
export(ComputeHeatKernelWeight)
export(ComputeRmse)
export(ComputeRmseWithBestPermutation)
export(ComputeRmseWithBestPermutationGreedy)
export(ComputeSpatialPenalty)
export(CreatePalette)
export(FieldsKrigModel)
export(FieldsTpsModel)
export(Gettess3res)
export(GtoFreq)
export(ImputeRandom)
export(ImputeRound)
export(SampleDistFromCenterDirichletQ)
export(SampleDistFromCenterQ)
export(SampleFuncQ)
export(SampleGenoFromGenerativeModelTESS3)
export(SampleGenoOFWithMs)
export(SampleNormalClusterCoord)
export(SampleTESS2.3Q)
export(SampleUnifDirichletG)
export(SampleUnifQ)
export(X2XBin)
export(XBin2X)
export(as.qmatrix)
export(ggtess3Q)
export(is.tess3)
export(is.tess3Main)
export(pvalue)
export(qmatrix)
export(rmse.tess3Main)
export(tess2tess3)
export(tess3)
export(tess3Main)
import(RcppEigen)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(grDevices,topo.colors)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,capture.output)
useDynLib(tess3r)