-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
S3method(coef,gwdrm)
S3method(coef,gwrm)
S3method(coef,gwrmultiscalem)
S3method(fitted,gwdrm)
S3method(fitted,gwrm)
S3method(fitted,gwrmultiscalem)
S3method(plot,gwdrm)
S3method(plot,gwrm)
S3method(plot,gwrmultiscalem)
S3method(plot,modelselcritl)
S3method(predict,gwrm)
S3method(print,gwdrm)
S3method(print,gwrm)
S3method(print,gwrmultiscalem)
S3method(residuals,gwdrm)
S3method(residuals,gwrm)
S3method(residuals,gwrmultiscalem)
S3method(step,default)
S3method(step,gwdrm)
S3method(step,gwrm)
export(gwdr)
export(gwdr_config)
export(gwr_basic)
export(gwr_multiscale)
export(mgwr_config)
export(print_table_md)
export(step)
export(step_view_circle)
export(step_view_diff)
export(step_view_value)
exportClasses(GWDRConfig)
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(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)