-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
32 lines (31 loc) · 910 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(show_landscape,RasterBrick)
S3method(show_landscape,RasterLayer)
S3method(show_landscape,RasterStack)
S3method(show_landscape,list)
S3method(util_as_integer,RasterLayer)
S3method(util_binarize,RasterLayer)
S3method(util_classify,RasterLayer)
S3method(util_merge,RasterLayer)
S3method(util_writeESRI,RasterLayer)
export(show_landscape)
export(show_shareplot)
export(theme_facetplot)
export(theme_facetplot_discrete)
export(theme_nlm)
export(theme_nlm_discrete)
export(theme_nlm_grey)
export(theme_nlm_grey_discrete)
export(util_as_integer)
export(util_binarize)
export(util_calc_boundaries)
export(util_classify)
export(util_extract_multibuffer)
export(util_merge)
export(util_raster2tibble)
export(util_rescale)
export(util_tibble2raster)
export(util_w2cp)
export(util_writeESRI)
importFrom(Rcpp,sourceCpp)
useDynLib(landscapetools, .registration = TRUE)