Planar Partition R6 class
Planar Partition R6 class
data
all info in list.
new()
Create a new PlanarPartition.
.pp$new()
user_agent
a 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)
x
object of class sf
valid_each
logical; skip the individual validation of each polygon, default to FALSE
quiet
logical; 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)
quiet
logical; 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)
deep
Whether to make a deep clone.