# 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)
