Skip to contents

This function provides a way to set various options for visualizing signature plots.

Usage

vis_options(
  fontsize_x = 6,
  fontsize_y = 9,
  hjust_title = 0.5,
  fontsize_title = 16,
  fontsize_axis_title_y = 14
)

Arguments

fontsize_x

fontsize of x axis text (number)

fontsize_y

fontsize of y axis text (number)

hjust_title

title horizontal justification (number)

fontsize_title

fontsize of title (number)

fontsize_axis_title_y

fontsize of the y axis title (number)

Value

A list of visualization options.