-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 1.93 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 1.93 KB
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
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
S3method(coef,ggwrm)
S3method(coef,gtdrm)
S3method(coef,gwlcrm)
S3method(coef,gwrm)
S3method(coef,gwrmultiscalem)
S3method(fitted,gtdrm)
S3method(fitted,gwlcrm)
S3method(fitted,gwrm)
S3method(fitted,gwrmultiscalem)
S3method(glyph.plot,gwpcam)
S3method(plot,ggwrm)
S3method(plot,gtdrm)
S3method(plot,gwcorrm)
S3method(plot,gwlcrm)
S3method(plot,gwrm)
S3method(plot,gwrmultiscalem)
S3method(plot,modelselcritl)
S3method(predict,gwrm)
S3method(print,ggwrm)
S3method(print,gtdrm)
S3method(print,gwavgm)
S3method(print,gwcorrm)
S3method(print,gwdam)
S3method(print,gwlcrm)
S3method(print,gwpcam)
S3method(print,gwrm)
S3method(print,gwrmultiscalem)
S3method(print,rgwrm)
S3method(residuals,gtdrm)
S3method(residuals,gwlcrm)
S3method(residuals,gwrm)
S3method(residuals,gwrmultiscalem)
S3method(step,default)
S3method(step,gtdrm)
S3method(step,gwrm)
S3method(step,rgwrm)
export(glyph.plot)
export(gtdr)
export(gtdr_config)
export(gwaverage)
export(gwcorr_config)
export(gwcorrelation)
export(gwda)
export(gwpca)
export(gwr_basic)
export(gwr_generalized)
export(gwr_lcr)
export(gwr_multiscale)
export(gwr_robust)
export(mgwr_config)
export(print_table_md)
export(step)
export(step_view_circle)
export(step_view_diff)
export(step_view_value)
exportClasses(GTDRConfig)
exportClasses(GWCorrConfig)
exportClasses(MGWRConfig)
exportMethods(rep)
exportMethods(rep.int)
import(sf)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(sf,st_drop_geometry)
importFrom(stats,coef)
importFrom(stats,fivenum)
importFrom(stats,formula)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.action)
importFrom(stats,terms)
useDynLib(GWmodel3, .registration = TRUE)