Skip to contents

Create compact diagnostic plots from design, condition-balance, or event-coverage audit objects.

Usage

plot_gazepoint_design_coverage(
  audit,
  type = c("condition_counts", "participant_trials", "event_coverage", "warnings")
)

Arguments

audit

Object returned by audit_gazepoint_experiment_design(), audit_gazepoint_event_coverage(), or audit_gazepoint_condition_balance().

type

Plot type. Supported values depend on the audit object: "condition_counts", "participant_trials", "event_coverage", and "warnings".

Value

A ggplot object.