Skip to contents

This function takes a pattern spacing, that is for example used for single plots, and calculates the relative pattern_spacings needed for combined plots.

Usage

standardize_pattern_spacing(plot_list, pattern_spacing = 0.015)

Arguments

plot_list

List of plots that will be combined by combine_plots().

pattern_spacing

Pattern spacing that will be taken as default for a whole plot. Defaults to 0.015.

Value

Returns a numeric vector containing the pattern spacings for the plots.

Examples

# 1) Build the plots p1, p2.
# 2) standardize_pattern_spacing(list(p1, p2))
# 3) Build p1 and p2 new, but with the pattern spacings calculated in step 2.