Skip to contents

Plot function plotting found connections between questions

Usage

# S3 method for questionlink_prepare
plot(
  x,
  major_breaks_divisor = 10,
  minor_breaks_divisor = 1,
  combine_population_plots = T
)

Arguments

x

A questionlink prepare object.

major_breaks_divisor

Divisor for major breaks of the x-axis.

minor_breaks_divisor

Divisor for minor breaks of the x-axis.

combine_population_plots

How to handle plotting if multiple populations are supplied.