Plot a TreeMapMatching object
# S3 method for class 'TreeMapMatching'
plot(x, y, scale = 1, rgl = FALSE, gg = FALSE, show_matching = TRUE, ...)
Arguments
- x
TreeMapMatching object
- y
not used
- scale
upscale tree diameters for a better readability of the plot
- rgl
bool. plot in 3D with rgl
- gg
bool. Plot with ggplot instead of base R graphic system
- show_matching
bool. Disable matching display
- ...
not used