-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
60 lines (59 loc) · 1.6 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
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,sunburstResult)
S3method(as.data.frame,voronoiResult)
S3method(print,sunburstResult)
S3method(print,voronoiResult)
S3method(summary,sunburstResult)
S3method(summary,voronoiResult)
export(cropped_voronoi)
export(drawTreemap)
export(get_polygons)
export(poly_area)
export(poly_centroid)
export(poly_transform_shape)
export(sunburstTreemap)
export(voronoiTreemap)
importFrom(Rcpp,evalCpp)
importFrom(colorspace,lighten)
importFrom(colorspace,rainbow_hcl)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_vars)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.layout)
importFrom(grid,grid.lines)
importFrom(grid,grid.newpage)
importFrom(grid,grid.polygon)
importFrom(grid,grid.text)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(lattice,draw.colorkey)
importFrom(methods,as)
importFrom(methods,new)
importFrom(scales,rescale)
importFrom(sf,st_area)
importFrom(sf,st_cast)
importFrom(sf,st_difference)
importFrom(sf,st_intersection)
importFrom(sf,st_polygon)
importFrom(sp,Polygon)
importFrom(sp,point.in.polygon)
importFrom(sp,spsample)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(tibble,deframe)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(WeightedTreemaps, .registration = TRUE)