-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
LayoutIssues related to map layout (including many maps, facets, positions, etc.)Issues related to map layout (including many maps, facets, positions, etc.)
Description
library(tmap)
tm = tm_shape(NLD_dist) +
tm_polygons("edu_appl_sci",
fill.scale = tm_scale_intervals(values = "pu_gn", style = "kmeans", n = 7))
# default
tm +
tm_facets_wrap(by = "province", byrow = TRUE)
# with byrow = FALSE -- not working
tm +
tm_facets_wrap(by = "province", byrow = FALSE)
Created on 2025-07-01 with reprex v2.1.1
Metadata
Metadata
Assignees
Labels
LayoutIssues related to map layout (including many maps, facets, positions, etc.)Issues related to map layout (including many maps, facets, positions, etc.)