Planar Partition R6 class
Planar Partition R6 class
dataall info in list.
new()Create a new PlanarPartition.
.pp$new()
user_agenta character value, User agent
A new Configuration object.
add_sf()Add a polygon or multiPolygon of class sf
.pp$add_sf(x, valid_each, quiet)
xobject of class sf
valid_eachlogical; skip the individual validation of each polygon, default to FALSE
quietlogical; if TRUE the output are less verbose
n_polygons()Get the number of polygon in the partitions
.pp$n_polygons()
build()Build a planar partition
.pp$build(quiet = TRUE)
quietlogical; if TRUE the output are less verbose
destroy()destroy partition
.pp$destroy()
print()Print Configuration object
.pp$print()
clone()The objects of this class are cloneable with this method.
.pp$clone(deep = FALSE)
deepWhether to make a deep clone.