-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
42 lines (41 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
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,mrf_penalty)
S3method(get_mrf,bam)
S3method(get_mrf,default)
S3method(get_mrf,gam)
S3method(get_mrf,gamm)
S3method(get_mrf,list)
S3method(get_penalty,default)
S3method(get_penalty,mrf_penalty)
S3method(get_type,default)
S3method(get_type,mrf_config)
S3method(get_type,mrf_penalty)
S3method(mrf_penalty,SpatialPolygons)
S3method(mrf_penalty,SpatialPolygonsDataFrame)
S3method(mrf_penalty,default)
S3method(mrf_penalty,dendrogram)
S3method(mrf_penalty,factor)
S3method(mrf_penalty,hclust)
S3method(mrf_penalty,numeric)
S3method(mrf_penalty,phylo)
S3method(mrf_penalty,sf)
S3method(print,mrf_penalty)
export(get_config)
export(get_labels)
export(get_mrf)
export(get_penalty)
export(get_type)
export(mrf_penalty)
importFrom(ape,drop.tip)
importFrom(ape,vcv)
importFrom(gratia,get_smooths_by_id)
importFrom(gratia,is_mrf_smooth)
importFrom(gratia,which_smooths)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersects)
importFrom(sf,st_sf)
importFrom(stats,as.dendrogram)
importFrom(stats,cophenetic)