Example: ``` data(habitat) qt <- quadtree(habitat, .1) plot(qt, legend_args = list(ticks = seq(0,1,.2)), zlim = c(0,1)) ``` 