normal_plots: Normal Plots

Description Usage Arguments Value Examples

View source: R/plot_helper.R

Description

This function provides a normal Q-Q and P-P plot with ggplot2 with labeling

Usage

1
normal_plots(samples, variable.name = "", scene.name = "")

Arguments

samples

Data points to be tested for normality.

variable.name

Name of the variable which is ploted

scene.name

Name of the scene that is ploted

Value

ggplot2 graph

Examples

1
2
paths <- get_participants_path_length_all(db,session.ids = session.ids, scene.ids = scene.ids)
normal_plots(paths$path_length[paths$scene_id==17],"Path Length","Training")

cog-ethz/evertools documentation built on April 1, 2020, 10:30 p.m.