forked from rvalavi/blockCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method(plot,SpatialAutoRange)
S3method(plot,SpatialBlock)
S3method(plot,cv_buffer)
S3method(plot,cv_nndm)
S3method(plot,cv_spatial)
S3method(plot,cv_spatial_autocor)
S3method(print,BufferedBlock)
S3method(print,EnvironmentalBlock)
S3method(print,SpatialAutoRange)
S3method(print,SpatialBlock)
S3method(print,cv_buffer)
S3method(print,cv_cluster)
S3method(print,cv_nndm)
S3method(print,cv_spatial)
S3method(print,cv_spatial_autocor)
S3method(summary,BufferedBlock)
S3method(summary,EnvironmentalBlock)
S3method(summary,SpatialAutoRange)
S3method(summary,SpatialBlock)
S3method(summary,cv_buffer)
S3method(summary,cv_cluster)
S3method(summary,cv_nndm)
S3method(summary,cv_spatial)
S3method(summary,cv_spatial_autocor)
export(buffering)
export(cv_block_size)
export(cv_buffer)
export(cv_cluster)
export(cv_nndm)
export(cv_plot)
export(cv_similarity)
export(cv_spatial)
export(cv_spatial_autocor)
export(envBlock)
export(rangeExplorer)
export(spatialAutoRange)
export(spatialBlock)
import(sf)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,gray.colors)
useDynLib(blockCV, .registration = TRUE)