powered by
This function takes a list of map objects and arranges them into an array.
map.array(x, ncol = 1, title = "", fixed.coord = TRUE, padding = 0.15)
a list of objects created by one of the mapping functions in the soc.ca package or any other ggplot2 plot
the number of columns the plots are arranged into
the main title of the array
if TRUE the limits of all plots are set to the same as the largest plot
the distance between the most extreme position and the axis limit
# NOT RUN { example(soc.ca) map.array(list(map.ind(result), map.mod(result)), ncol = 2) # }
Run the code above in your browser using DataLab