-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
executable file
·131 lines (130 loc) · 4.13 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,patchdistr_sews_list)
S3method(as.data.frame,patchdistr_sews_single)
S3method(as.data.frame,patchdistr_sews_test_list)
S3method(as.data.frame,patchdistr_sews_test_single)
S3method(as.data.frame,simple_sews_list)
S3method(as.data.frame,simple_sews_single)
S3method(as.data.frame,simple_sews_test_list)
S3method(as.data.frame,simple_sews_test_single)
S3method(convert_to_matrix,factor)
S3method(convert_to_matrix,list)
S3method(convert_to_matrix,matrix)
S3method(display_matrix,default)
S3method(display_matrix,list)
S3method(display_matrix,matrix)
S3method(display_matrix,sews_result_list)
S3method(display_matrix,sews_result_single)
S3method(extract_spectrum,spectral_sews_list)
S3method(extract_spectrum,spectral_sews_single)
S3method(extract_variogram,variogram_sews_list)
S3method(extract_variogram,variogram_sews_single)
S3method(indictest,flowlength_sews_list)
S3method(indictest,flowlength_sews_single)
S3method(indictest,patchdistr_sews_list)
S3method(indictest,patchdistr_sews_single)
S3method(indictest,simple_sews)
S3method(indictest,simple_sews_list)
S3method(indictest,simple_sews_single)
S3method(indictest,spectral_sews_list)
S3method(indictest,spectral_sews_single)
S3method(indictest,variogram_sews_list)
S3method(indictest,variogram_sews_single)
S3method(plot,patchdistr_sews)
S3method(plot,patchdistr_sews_list)
S3method(plot,simple_sews_list)
S3method(plot,simple_sews_test)
S3method(plot,simple_sews_test_list)
S3method(plot,variogram_sews)
S3method(plot,variogram_sews_list)
S3method(plot,variogram_sews_test)
S3method(plot,variogram_sews_test_list)
S3method(plot_distr,patchdistr_sews)
S3method(plot_distr,patchdistr_sews_list)
S3method(plot_distr,patchdistr_sews_single)
S3method(plot_distr,patchdistr_sews_test_list)
S3method(plot_distr,patchdistr_sews_test_single)
S3method(plot_spectrum,spectral_sews_list)
S3method(plot_spectrum,spectral_sews_single)
S3method(plot_spectrum,spectral_sews_test_list)
S3method(plot_spectrum,spectral_sews_test_single)
S3method(plot_variogram,variogram_sews)
S3method(plot_variogram,variogram_sews_list)
S3method(plot_variogram,variogram_sews_single)
S3method(plot_variogram,variogram_sews_test)
S3method(plot_variogram,variogram_sews_test_list)
S3method(plot_variogram,variogram_sews_test_single)
S3method(predict,patchdistr_sews_list)
S3method(predict,patchdistr_sews_single)
S3method(predict,variogram_sews_list)
S3method(predict,variogram_sews_single)
S3method(print,patchdistr_sews_list)
S3method(print,patchdistr_sews_single)
S3method(print,patchdistr_sews_test_list)
S3method(print,patchdistr_sews_test_single)
S3method(print,simple_sews_list)
S3method(print,simple_sews_single)
S3method(print,simple_sews_test_list)
S3method(print,simple_sews_test_single)
S3method(summary,patchdistr_sews_list)
S3method(summary,patchdistr_sews_single)
S3method(summary,patchdistr_sews_test_list)
S3method(summary,patchdistr_sews_test_single)
S3method(summary,simple_sews_list)
S3method(summary,simple_sews_single)
S3method(summary,simple_sews_test_list)
S3method(summary,simple_sews_test_single)
export()
export(LSW_fit)
export(coarse_grain)
export(compute_indicator)
export(convert_to_matrix)
export(create_indicator)
export(dLSW)
export(display_matrix)
export(exp_fit)
export(extract_spectrum)
export(extract_variogram)
export(flowlength_sews)
export(generic_sews)
export(indicator_plrange)
export(indicator_psdtype)
export(indictest)
export(kbdm_sews)
export(label)
export(lnorm_fit)
export(lsw_sews)
export(pLSW)
export(pair_counts)
export(patchdistr_sews)
export(patchsizes)
export(percolation)
export(pl_fit)
export(plot_distr)
export(plot_spectrum)
export(plot_variogram)
export(raw_cg_moran)
export(raw_cg_skewness)
export(raw_cg_variance)
export(raw_clustering)
export(raw_flowlength_uniform)
export(raw_kbdm)
export(raw_lsw_aicw)
export(raw_moran)
export(raw_patch_radii_skewness)
export(raw_plrange)
export(raw_sdr)
export(raw_structvar)
export(raw_variogram_metrics)
export(rspectrum)
export(spectral_sews)
export(tpl_fit)
export(variogram_sews)
export(xmin_estim)
import(ggplot2)
import(plyr)
import(stats)
import(utils)
importFrom(Rcpp,sourceCpp)
importFrom(future,plan)
useDynLib(spatialwarnings)