-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
45 lines (44 loc) · 1.1 KB
/
NAMESPACE
File metadata and controls
45 lines (44 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
S3method(fitted,sfclust)
S3method(plot,sfclust)
S3method(print,sfclust)
S3method(summary,sfclust)
S3method(update,sfclust)
export(data_all)
export(data_each)
export(genclust)
export(log_mlik_all)
export(plot_clusters_fitted)
export(plot_clusters_map)
export(plot_clusters_series)
export(plot_log_mlik)
export(sfclust)
import(cubelyr)
import(igraph)
import(stars)
importFrom(Matrix,diag)
importFrom(dplyr,filter)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(methods,as)
importFrom(patchwork,wrap_plots)
importFrom(sf,st_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_touches)
importFrom(sf,st_union)
importFrom(sf,st_within)
importFrom(stats,fitted)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)