-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (52 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method(mmplot,SpatialPolygonsDataFrame)
S3method(mmplot,default)
S3method(mmplot,sf)
S3method(print,mm)
export(CatMaps)
export(RankMaps)
export(all_atts)
export(all_attsb)
export(all_equal2)
export(alterForMedian)
export(assimilatePlot)
export(axis_opts)
export(create_DF_cat)
export(create_DF_rank)
export(create_map_table)
export(dot_legend_att)
export(dot_legend_build)
export(graph_opts)
export(labels_att)
export(labels_build)
export(list_att)
export(lmgroupedplot)
export(lmplot)
export(make.string)
export(mmgroupedplot)
export(mmplot)
export(plot_opts)
export(printLMPlot)
export(right)
export(sample_att)
export(standard_att)
export(subplot)
import(ggplot2)
import(sp)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,postscript)
importFrom(grDevices,tiff)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(sf,as_Spatial)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,poly)