Skip to contents

When the so-called "design mode" is enabled, inner and outer margins, legend position, and aspect ratio are shown explicitly in plot mode. Also, information about aspect ratios is printed in the console. It has two options: "overall", which shows all the overall areas, and "component" which shows the layout of map components.

Usage

tmap_design_mode(design.mode, overall = TRUE)

Arguments

design.mode

Logical value that determines the design mode. If omitted then the design mode is toggled.

overall

logical. If TRUE the overall layout is shown (as areas), if FALSE the layout of map components is shown (as lines)

Details

This function sets the global option tmap.design.mode. It can be used as toggle function without arguments.

See also