`geom_treemap_subgroup_border` geoms require `area` and `subgroup` (or
`subgroup2, `subgroup3`) aesthetics. Several other standard 'ggplot2'
aesthetics are supported (see Aesthetics).
Note that 'ggplot2' draws plot layers in the order they are added to the
plot. This means that if you add a `geom_treemap_subgroup_border` layer
followed by a `geom_treemap_subgroup2_border` layer, the second layer will
be drawn on top of the first and may hide it.
The `layout` argument is used to set the treemap layout algorithm. All
`treemapify` geoms added to a plot should have the same value for `layout`
and `start`, or they will not share a common layout (see `geom_treemap` for
details on the layout algorithms).